Searched refs:bottomRight (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/ |
D | LayerTransactionTest.h | 157 const Color& bottomRight) { in fillLayerQuadrant() argument 161 bottomLeft, bottomRight); in fillLayerQuadrant() 165 bottomLeft, bottomRight); in fillLayerQuadrant() 175 const Color& bottomRight) { in fillBufferQueueLayerQuadrant() argument 190 bottomRight); in fillBufferQueueLayerQuadrant() 198 const Color& bottomRight) { in fillBufferStateLayerQuadrant() argument 216 bottomRight); in fillBufferStateLayerQuadrant()
|
D | TransactionTestHarnesses.h | 109 const Color& bottomLeft, const Color& bottomRight) { in fillLayerQuadrant() argument 113 bottomLeft, bottomRight)); in fillLayerQuadrant()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
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()
|
/frameworks/base/core/java/android/transition/ |
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()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | StatsFilter.java | 85 quad.bottomRight().x, quad.bottomRight().y, mStats); in calcMeanAndStd()
|
D | ImageShader.java | 423 quad.bottomRight().x, quad.bottomRight().y }); in setSourceQuad() 471 quad.bottomRight().x, quad.bottomRight().y }); in setTargetQuad()
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
D | HorizontalGravityTest.java | 48 mBottomRight = activity.findViewById(R.id.bottomRight); in setUp()
|
/frameworks/native/services/surfaceflinger/tests/utils/ |
D | ScreenshotUtils.h | 120 const Color& bottomLeft, const Color& bottomRight, bool filtered = false, 136 bottomRight, tolerance);
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
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()
|