Home
last modified time | relevance | path

Searched refs:bottomLeft (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
DQuad.java163 public PointF bottomLeft() { in bottomLeft() method in Quad
190 PointF bottomLeft = rotatePoint(bottomLeft(), center, cosa, sina); in rotated() local
193 return new Quad(topLeft, topRight, bottomLeft, bottomRight); in rotated()
319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { in Quad() argument
322 mBottomLeft = bottomLeft; in Quad()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { in setCornerStyles() argument
484 || mBottomLeftCornerStyle != bottomLeft; in setCornerStyles()
489 mBottomLeftCornerStyle = bottomLeft; in setCornerStyles()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java422 quad.bottomLeft().x, quad.bottomLeft().y, in setSourceQuad()
470 quad.bottomLeft().x, quad.bottomLeft().y, in setTargetQuad()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java598 View bottomLeft = mBottomOverlay.findViewById(R.id.left); in updateViews() local
604 updateView(bottomLeft, Gravity.BOTTOM | Gravity.LEFT, 270); in updateViews()
609 updateView(bottomLeft, Gravity.TOP | Gravity.RIGHT, 90); in updateViews()
614 updateView(bottomLeft, Gravity.TOP | Gravity.LEFT, 0); in updateViews()
619 updateView(bottomLeft, Gravity.BOTTOM | Gravity.LEFT, 270); in updateViews()
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp292 const Color& bottomLeft, const Color& bottomRight, bool filtered = false, in expectQuadrant() argument
305 expectColor(Rect(rect.left, centerY + offsetY, centerX - offsetX, rect.bottom), bottomLeft, in expectQuadrant()
454 const Color& topRight, const Color& bottomLeft, in fillLayerQuadrant() argument
459 bottomLeft, bottomRight); in fillLayerQuadrant()
463 bottomLeft, bottomRight); in fillLayerQuadrant()
472 const Color& topRight, const Color& bottomLeft, in fillBufferQueueLayerQuadrant() argument
482 fillANativeWindowBufferColor(buffer, Rect(0, halfH, halfW, bufferHeight), bottomLeft); in fillBufferQueueLayerQuadrant()
491 const Color& topRight, const Color& bottomLeft, in fillBufferStateLayerQuadrant() argument
505 fillGraphicBufferColor(buffer, Rect(0, halfH, halfW, bufferHeight), bottomLeft); in fillBufferStateLayerQuadrant()
666 const Color& bottomLeft, const Color& bottomRight) { in fillLayerQuadrant() argument
[all …]