/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 122 mPipBoundsState.setBounds(new Rect(topLeft, topLeft, bottomRight, bottomRight)); in twoInput_triggersPinchResize_getBigger() 126 bottomRight -= STEP_SIZE; in twoInput_triggersPinchResize_getBigger() 133 bottomRight += STEP_SIZE; in twoInput_triggersPinchResize_getBigger() 139 bottomRight += STEP_SIZE; in twoInput_triggersPinchResize_getBigger() 162 int bottomRight = 500; in twoInput_triggersPinchResize_getSmaller() local 163 mPipBoundsState.setBounds(new Rect(topLeft, topLeft, bottomRight, bottomRight)); in twoInput_triggersPinchResize_getSmaller() 167 bottomRight -= STEP_SIZE; in twoInput_triggersPinchResize_getSmaller() 173 bottomRight -= STEP_SIZE; in twoInput_triggersPinchResize_getSmaller() 178 bottomRight -= STEP_SIZE; in twoInput_triggersPinchResize_getSmaller() [all …]
|
/aosp12/frameworks/base/core/java/android/transition/ |
H A D | ChangeBounds.java | 103 public void set(ViewBounds viewBounds, PointF bottomRight) { 104 viewBounds.setBottomRight(bottomRight); 117 public void set(View view, PointF bottomRight) { 120 int right = Math.round(bottomRight.x); 121 int bottom = Math.round(bottomRight.y); 385 Path bottomRight = getPathMotion().getPath(startRight, startBottom, in createAnimator() local 388 bottomRight); in createAnimator() 496 public void setBottomRight(PointF bottomRight) { in setBottomRight() argument 497 mRight = Math.round(bottomRight.x); in setBottomRight() 498 mBottom = Math.round(bottomRight.y); in setBottomRight()
|
/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 193 return new Quad(topLeft, topRight, bottomLeft, bottomRight); in rotated() 319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { in Quad() argument 323 mBottomRight = bottomRight; in Quad()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | LayerTransactionTest.h | 166 const Color& bottomRight) { in fillLayerQuadrant() argument 170 bottomLeft, bottomRight); in fillLayerQuadrant() 174 bottomLeft, bottomRight); in fillLayerQuadrant() 184 const Color& bottomRight) { in fillBufferQueueLayerQuadrant() argument 199 bottomRight); in fillBufferQueueLayerQuadrant() 207 const Color& bottomRight) { in fillBufferStateLayerQuadrant() argument 225 bottomRight); in fillBufferStateLayerQuadrant()
|
H A D | TransactionTestHarnesses.h | 135 const Color& bottomLeft, const Color& bottomRight) { in fillLayerQuadrant() argument 139 bottomLeft, bottomRight)); in fillLayerQuadrant()
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | StatsFilter.java | 85 quad.bottomRight().x, quad.bottomRight().y, mStats); in calcMeanAndStd()
|
H A D | ImageShader.java | 423 quad.bottomRight().x, quad.bottomRight().y }); in setSourceQuad() 471 quad.bottomRight().x, quad.bottomRight().y }); in setTargetQuad()
|
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | utils.h | 755 auto br = bottomRight(); 756 auto obr = other.bottomRight(); 761 auto br = bottomRight(); 762 auto obr = other.bottomRight(); 772 Point<Coord> bottomRight() const { return topLeft_ + extend_; } 783 auto br = bottomRight(); 784 auto obr = other.bottomRight(); 794 auto br = bottomRight(); 809 auto br = bottomRight();
|
/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() argument 483 || mBottomRightCornerStyle != bottomRight in setCornerStyles() 488 mBottomRightCornerStyle = bottomRight; in setCornerStyles()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
H A D | HorizontalGravityTest.java | 48 mBottomRight = activity.findViewById(R.id.bottomRight); in setUp()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/utils/ |
H A D | ScreenshotUtils.h | 132 const Color& bottomLeft, const Color& bottomRight, bool filtered = false, 148 bottomRight, tolerance);
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | PrivacyDotViewController.kt | 374 fun initialize(topLeft: View, topRight: View, bottomLeft: View, bottomRight: View) { 377 if (tl == topLeft && tr == topRight && bl == bottomLeft && br == bottomRight) { 385 br = bottomRight
|
/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 1296 mSplitScreenOptional.get().getStageBounds(topLeft, bottomRight); in isPipTopLeft() 1392 final Rect bottomRight = new Rect(); in syncWithSplitScreenBounds() local 1393 mSplitScreenOptional.get().getStageBounds(topLeft, bottomRight); in syncWithSplitScreenBounds() 1395 destinationBoundsOut.set(isPipTopLeft ? topLeft : bottomRight); in syncWithSplitScreenBounds()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | RoundedCorners.java | 78 public RoundedCorners(RoundedCorner topLeft, RoundedCorner topRight, RoundedCorner bottomRight, in RoundedCorners() argument 83 mRoundedCorners[POSITION_BOTTOM_RIGHT] = bottomRight; in RoundedCorners()
|