Home
last modified time | relevance | path

Searched defs:bottomRight (Results 1 – 6 of 6) sorted by relevance

/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
319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { in Quad()
/frameworks/support/transition/src/main/java/androidx/transition/
DChangeBounds.java336 Path bottomRight = getPathMotion().getPath(startRight, startBottom, in createAnimator() local
481 void setBottomRight(PointF bottomRight) { in setBottomRight()
/frameworks/base/core/java/android/transition/
DChangeBounds.java381 Path bottomRight = getPathMotion().getPath(startRight, startBottom, in createAnimator() local
492 public void setBottomRight(PointF bottomRight) { in setBottomRight()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { in setCornerStyles()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java224 View bottomRight = mBottomOverlay.findViewById(R.id.right); in updateViews() local
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp275 const Color& bottomLeft, const Color& bottomRight, bool filtered = false, in expectQuadrant()
400 const Color& bottomRight) { in fillLayerQuadrant()