Home
last modified time | relevance | path

Searched defs:bottomRight (Results 1 – 25 of 275) sorted by relevance

1234567891011

/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPipResizeGestureHandlerTest.java151 int bottomRight = 500; in twoInput_triggersPinchResize_getBigger() local
192 int bottomRight = 500; in twoInput_triggersPinchResize_getSmaller() local
271 private MotionEvent obtainMotionEvent(int action, int topLeft, int bottomRight) { in obtainMotionEvent()
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java171 public PointF bottomRight() { in bottomRight() method in Quad
191 PointF bottomRight = rotatePoint(bottomRight(), center, cosa, sina); in rotated() local
319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { in Quad()
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/
H A DLayerTransactionTest.h172 const Color& bottomRight) { in fillLayerQuadrant()
190 const Color& bottomRight) { in fillBufferQueueLayerQuadrant()
213 const Color& bottomRight) { in fillBufferStateLayerQuadrant()
H A DTransactionTestHarnesses.h172 const Color& bottomLeft, const Color& bottomRight) { in fillLayerQuadrant()
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/pdf417/decoder/
H A DBoundingBox.java32 private final ResultPoint bottomRight; field in BoundingBox
42 ResultPoint bottomRight) throws NotFoundException { in BoundingBox()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotWindowController.kt71 val bottomRight = providers.inflate(BOUNDS_POSITION_BOTTOM, BOUNDS_POSITION_RIGHT) in startOnUiThread() constant
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DPixelCopyTest.java1060 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor()
1062 topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local
1066 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor()
1092 int bottomLeft, int bottomRight, int threshold) { in assertBitmapQuadColor()
H A DPixelCopyGLProducerCtsActivity.java47 public QuadColorGLRenderer(int topLeft, int topRight, int bottomLeft, int bottomRight) { in QuadColorGLRenderer()
H A DTextureViewTest.java904 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor()
906 bitmap, topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/datamatrix/detector/
H A DDetector.java62 ResultPoint bottomRight = points[2]; in detect() local
310 ResultPoint bottomRight, in sampleGrid()
/aosp_15_r20/frameworks/base/core/java/android/transition/
H A DChangeBounds.java389 Path bottomRight = getPathMotion().getPath(startRight, startBottom, in createAnimator() local
500 public void setBottomRight(PointF bottomRight) { in setBottomRight()
/aosp_15_r20/external/accompanist/adaptive/src/main/java/com/google/accompanist/adaptive/
H A DFoldAwareColumn.kt326 val bottomRight = root.localToWindow(Offset(boundsRight, boundsBottom)) in trueBoundsInWindow() constant
/aosp_15_r20/external/skia/gm/
H A Dplus.cpp33 SkPath bottomRight; variable
/aosp_15_r20/development/tools/winscope/src/common/geometry/
H A Drect3d.ts21 bottomRight: Point3D; property
/aosp_15_r20/development/tools/winscope/src/viewers/components/rects/
H A Dui_rect3d.ts25 bottomRight: Point3D; property
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/
Dimage.cpp23 const RGBA8888& bottomRight, const RGBA8888& topLeft, in CreateImageContentsWithFourCorners()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/events/
H A DFakePrivacyDotViewController.kt32 var bottomRight: View? = null variable in com.android.systemui.statusbar.events.FakePrivacyDotViewController
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/events/
DPrivacyDotViewController.java89 android.view.View bottomLeft, @org.jetbrains.annotations.NotNull() in initialize()
DPrivacyDotViewControllerImpl.java182 android.view.View bottomLeft, @org.jetbrains.annotations.NotNull() in initialize()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/neuralnet/twod/util/
H A DUnifiedDistanceMatrix.java144 final Neuron bottomRight = map.getNeuron(i, j, in individualDistances() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
H A DRoundedCornerTests.java275 final RoundedCorner bottomRight = display.getRoundedCorner(POSITION_BOTTOM_RIGHT); in calculateWindowBounds() local
/aosp_15_r20/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { in setCornerStyles()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/input/debug/
H A DFocusEventDebugView.java125 final RoundedCorner bottomRight = in onApplyWindowInsets() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
H A DCrossAppDragAndDropTests.java236 Point bottomRight = new Point(leftSide ? displaySize.x / 2 : displaySize.x, displaySize.y); in launchFreeformActivity() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/navigationbar/gestural/
DBackPanel.java310 ….RectF $this$toPathWithRoundCorners, float topLeft, float topRight, float bottomRight, float botto… in toPathWithRoundCorners()

1234567891011