Searched defs:topLeft (Results 1 – 7 of 7) 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() 147 public PointF topLeft() { in topLeft() method in Quad 188 PointF topLeft = rotatePoint(topLeft(), center, cosa, sina); in rotated() local 319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { in Quad()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DockedDividerUtils.java | 62 public static void sanitizeStackBounds(Rect bounds, boolean topLeft) { in sanitizeStackBounds()
|
/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/core/java/android/transition/ |
D | ChangeBounds.java | 487 public void setTopLeft(PointF topLeft) { in setTopLeft()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | WindowDecorActionBar.java | 776 int topLeft[] = {0, 0}; in doShow() local 837 int topLeft[] = {0, 0}; in doHide() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 545 View topLeft = mOverlay.findViewById(R.id.left); in updateViews() local
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 290 void expectQuadrant(const Rect& rect, const Color& topLeft, const Color& topRight, in expectQuadrant() 451 int32_t bufferWidth, int32_t bufferHeight, const Color& topLeft, in fillLayerQuadrant() 469 int32_t bufferHeight, const Color& topLeft, in fillBufferQueueLayerQuadrant() 488 int32_t bufferHeight, const Color& topLeft, in fillBufferStateLayerQuadrant() 661 int32_t bufferHeight, const Color& topLeft, const Color& topRight, in fillLayerQuadrant()
|