Searched defs:bottomRight (Results 1 – 5 of 5) sorted by relevance
/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 319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { in Quad()
|
/frameworks/base/core/java/android/transition/ |
D | ChangeBounds.java | 385 Path bottomRight = getPathMotion().getPath(startRight, startBottom, in createAnimator() local 496 public void setBottomRight(PointF bottomRight) { in setBottomRight()
|
/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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 548 View bottomRight = mBottomOverlay.findViewById(R.id.right); in updateViews() local
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 291 const Color& bottomLeft, const Color& bottomRight, bool filtered = false, in expectQuadrant() 453 const Color& bottomRight) { in fillLayerQuadrant() 471 const Color& bottomRight) { in fillBufferQueueLayerQuadrant() 490 const Color& bottomRight) { in fillBufferStateLayerQuadrant() 662 const Color& bottomLeft, const Color& bottomRight) { in fillLayerQuadrant()
|