/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/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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 548 View bottomRight = mBottomOverlay.findViewById(R.id.right); in updateViews() local 554 updateView(bottomRight, Gravity.BOTTOM | Gravity.RIGHT, 180); in updateViews() 559 updateView(bottomRight, Gravity.BOTTOM | Gravity.RIGHT, 180); in updateViews() 564 updateView(bottomRight, Gravity.TOP | Gravity.RIGHT, 90); in updateViews() 569 updateView(bottomRight, Gravity.TOP | Gravity.LEFT, 0); in updateViews()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 291 const Color& bottomLeft, const Color& bottomRight, bool filtered = false, in expectQuadrant() argument 307 bottomRight, tolerance); in expectQuadrant() 453 const Color& bottomRight) { in fillLayerQuadrant() argument 457 bottomLeft, bottomRight); in fillLayerQuadrant() 461 bottomLeft, bottomRight); in fillLayerQuadrant() 471 const Color& bottomRight) { in fillBufferQueueLayerQuadrant() argument 482 bottomRight); in fillBufferQueueLayerQuadrant() 490 const Color& bottomRight) { in fillBufferStateLayerQuadrant() argument 504 fillGraphicBufferColor(buffer, Rect(halfW, halfH, bufferWidth, bufferHeight), bottomRight); in fillBufferStateLayerQuadrant() 662 const Color& bottomLeft, const Color& bottomRight) { in fillLayerQuadrant() argument [all …]
|