/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
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()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | LayerTransactionTest.h | 171 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()
|
D | TransactionTestHarnesses.h | 162 const Color& bottomLeft, const Color& bottomRight) { in fillLayerQuadrant() argument 166 bottomLeft, bottomRight)); in fillLayerQuadrant()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | BackPanel.kt | 484 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/ |
D | FocusEventDebugView.java | 119 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/ |
D | StyledCornersBitmapDrawable.java | 480 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/ |
D | ScreenshotUtils.h | 146 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/ |
D | ImageShader.java | 422 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/ |
D | PrivacyDotViewController.kt | 414 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/ |
D | RoundedCorners.java | 81 RoundedCorner bottomLeft) { in RoundedCorners() argument 86 mRoundedCorners[POSITION_BOTTOM_LEFT] = bottomLeft; in RoundedCorners()
|