Searched refs:bottomLeft (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
H A D | Quad.java | 163 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()
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | FocusEventDebugView.java | 109 final RoundedCorner bottomLeft = in onApplyWindowInsets() local 111 if (bottomLeft != null) { in onApplyWindowInsets() 112 paddingBottom = bottomLeft.getRadius(); in onApplyWindowInsets()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
H A D | BackPanel.kt | 476 bottomLeft = edgeCorner, 525 bottomLeft: Float = 0f 531 bottomLeft, bottomLeft
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | ImageShader.java | 422 quad.bottomLeft().x, quad.bottomLeft().y, in setSourceQuad() 470 quad.bottomLeft().x, quad.bottomLeft().y, in setTargetQuad()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | PrivacyDotViewController.kt | 403 fun initialize(topLeft: View, topRight: View, bottomLeft: View, bottomRight: View) { 406 if (tl == topLeft && tr == topRight && bl == bottomLeft && br == bottomRight) { 413 bl = bottomLeft
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | RoundedCorners.java | 81 RoundedCorner bottomLeft) { in RoundedCorners() argument 86 mRoundedCorners[POSITION_BOTTOM_LEFT] = bottomLeft; in RoundedCorners()
|