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 D | PipResizeGestureHandlerTest.java | 121 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 D | Quad.java | 171 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 D | LayerTransactionTest.h | 166 const Color& bottomRight) { in fillLayerQuadrant() 184 const Color& bottomRight) { in fillBufferQueueLayerQuadrant() 207 const Color& bottomRight) { in fillBufferStateLayerQuadrant()
|
H A D | TransactionTestHarnesses.h | 135 const Color& bottomLeft, const Color& bottomRight) { in fillLayerQuadrant()
|
/aosp12/frameworks/base/core/java/android/transition/ |
H A D | ChangeBounds.java | 385 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 D | StyledCornersBitmapDrawable.java | 480 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 D | PipTaskOrganizer.java | 1295 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 D | RoundedCorners.java | 78 public RoundedCorners(RoundedCorner topLeft, RoundedCorner topRight, RoundedCorner bottomRight, in RoundedCorners()
|