Home
last modified time | relevance | path

Searched refs:bottomLeft (Results 1 – 10 of 10) 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/native/services/surfaceflinger/tests/
DLayerTransactionTest.h171 const Color& topRight, const Color& bottomLeft, in fillLayerQuadrant() argument
176 bottomLeft, bottomRight); in fillLayerQuadrant()
180 bottomLeft, bottomRight); in fillLayerQuadrant()
189 const Color& topRight, const Color& bottomLeft, in fillBufferQueueLayerQuadrant() argument
201 bottomLeft); in fillBufferQueueLayerQuadrant()
212 const Color& topRight, const Color& bottomLeft, in fillBufferStateLayerQuadrant() argument
231 bottomLeft); in fillBufferStateLayerQuadrant()
DTransactionTestHarnesses.h162 const Color& bottomLeft, const Color& bottomRight) { in fillLayerQuadrant() argument
166 bottomLeft, bottomRight)); in fillLayerQuadrant()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanel.kt484 bottomLeft = edgeCorner, in hasOverlappingRendering()
535 bottomLeft: Float = 0f in RectF()
546 bottomLeft, in RectF()
547 bottomLeft in RectF()
/frameworks/base/services/core/java/com/android/server/input/debug/
DFocusEventDebugView.java119 final RoundedCorner bottomLeft = in onApplyWindowInsets() local
121 if (bottomLeft != null && !insets.isRound()) { in onApplyWindowInsets()
122 paddingBottom = bottomLeft.getRadius(); in onApplyWindowInsets()
/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/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h146 const Color& bottomLeft, const Color& bottomRight, bool filtered = false,
159 expectColor(Rect(rect.left, centerY + offsetY, centerX - offsetX, rect.bottom), bottomLeft,
/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/statusbar/events/
DPrivacyDotViewController.kt414 fun initialize(topLeft: View, topRight: View, bottomLeft: View, bottomRight: View) { in <lambda>()
417 if (tl == topLeft && tr == topRight && bl == bottomLeft && br == bottomRight) { in <lambda>()
424 bl = bottomLeft in <lambda>()
/frameworks/base/core/java/android/view/
DRoundedCorners.java81 RoundedCorner bottomLeft) { in RoundedCorners() argument
86 mRoundedCorners[POSITION_BOTTOM_LEFT] = bottomLeft; in RoundedCorners()