Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPipResizeGestureHandlerTest.java121 int bottomRight = 500; in twoInput_triggersPinchResize_getBigger() local
162 int bottomRight = 500; in twoInput_triggersPinchResize_getSmaller() local
196 private MotionEvent obtainMotionEvent(int action, int topLeft, int bottomRight) { in obtainMotionEvent()
/aosp12/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()
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerTransactionTest.h166 const Color& bottomRight) { in fillLayerQuadrant()
184 const Color& bottomRight) { in fillBufferQueueLayerQuadrant()
207 const Color& bottomRight) { in fillBufferStateLayerQuadrant()
H A DTransactionTestHarnesses.h135 const Color& bottomLeft, const Color& bottomRight) { in fillLayerQuadrant()
/aosp12/frameworks/base/core/java/android/transition/
H A DChangeBounds.java385 Path bottomRight = getPathMotion().getPath(startRight, startBottom, in createAnimator() local
496 public void setBottomRight(PointF bottomRight) { in setBottomRight()
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DStyledCornersBitmapDrawable.java480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { in setCornerStyles()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTaskOrganizer.java1295 final Rect bottomRight = new Rect(); in isPipTopLeft() local
1392 final Rect bottomRight = new Rect(); in syncWithSplitScreenBounds() local
/aosp12/frameworks/base/core/java/android/view/
H A DRoundedCorners.java78 public RoundedCorners(RoundedCorner topLeft, RoundedCorner topRight, RoundedCorner bottomRight, in RoundedCorners()