Home
last modified time | relevance | path

Searched refs:bottomRight (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
DLayerTransactionTest.h157 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()
DTransactionTestHarnesses.h109 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/
DQuad.java171 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/
DChangeBounds.java103 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/
DStatsFilter.java85 quad.bottomRight().x, quad.bottomRight().y, mStats); in calcMeanAndStd()
DImageShader.java423 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/
DHorizontalGravityTest.java48 mBottomRight = activity.findViewById(R.id.bottomRight); in setUp()
/frameworks/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h120 const Color& bottomLeft, const Color& bottomRight, bool filtered = false,
136 bottomRight, tolerance);
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { in setCornerStyles() argument
483 || mBottomRightCornerStyle != bottomRight in setCornerStyles()
488 mBottomRightCornerStyle = bottomRight; in setCornerStyles()