Searched defs:topRight (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
D | Quad.java | 94 public static Quad fromLineAndHeight(PointF topLeft, PointF topRight, float height) { in fromLineAndHeight() 155 public PointF topRight() { in topRight() method in Quad 189 PointF topRight = rotatePoint(topRight(), center, cosa, sina); in rotated() local 319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { in Quad()
|
/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 | 597 View topRight = mOverlay.findViewById(R.id.right); in updateViews() local
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 291 void expectQuadrant(const Rect& rect, const Color& topLeft, const Color& topRight, in expectQuadrant() 454 const Color& topRight, const Color& bottomLeft, in fillLayerQuadrant() 472 const Color& topRight, const Color& bottomLeft, in fillBufferQueueLayerQuadrant() 491 const Color& topRight, const Color& bottomLeft, in fillBufferStateLayerQuadrant() 665 int32_t bufferHeight, const Color& topLeft, const Color& topRight, in fillLayerQuadrant()
|