Home
last modified time | relevance | path

Searched defs:topLeft (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
DQuad.java94 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/
DDockedDividerUtils.java62 public static void sanitizeStackBounds(Rect bounds, boolean topLeft) { in sanitizeStackBounds()
/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/core/java/android/transition/
DChangeBounds.java487 public void setTopLeft(PointF topLeft) { in setTopLeft()
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java776 int topLeft[] = {0, 0}; in doShow() local
837 int topLeft[] = {0, 0}; in doHide() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java545 View topLeft = mOverlay.findViewById(R.id.left); in updateViews() local
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp290 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()