Home
last modified time | relevance | path

Searched refs:topRight (Results 1 – 10 of 10) 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() argument
95 PointF dp = new PointF(topRight.x - topLeft.x, topRight.y - topLeft.y); in fromLineAndHeight()
99 PointF p3 = new PointF(topRight.x - np.x, topRight.y + np.y); in fromLineAndHeight()
100 return new Quad(topLeft, topRight, p2, p3); in fromLineAndHeight()
155 public PointF topRight() { in topRight() method in Quad
189 PointF topRight = rotatePoint(topRight(), 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
321 mTopRight = topRight; in Quad()
/frameworks/native/services/surfaceflinger/tests/
DLayerTransactionTest.h171 const Color& topRight, const Color& bottomLeft, in fillLayerQuadrant() argument
175 fillBufferQueueLayerQuadrant(layer, bufferWidth, bufferHeight, topLeft, topRight, in fillLayerQuadrant()
179 fillBufferStateLayerQuadrant(layer, bufferWidth, bufferHeight, topLeft, topRight, in fillLayerQuadrant()
189 const Color& topRight, const Color& bottomLeft, in fillBufferQueueLayerQuadrant() argument
199 topRight); in fillBufferQueueLayerQuadrant()
212 const Color& topRight, const Color& bottomLeft, in fillBufferStateLayerQuadrant() argument
229 topRight); in fillBufferStateLayerQuadrant()
DTransactionTestHarnesses.h161 uint32_t bufferHeight, const Color& topLeft, const Color& topRight, in fillLayerQuadrant() argument
165 topLeft, topRight, in fillLayerQuadrant()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanel.kt485 topRight = farCorner, in hasOverlappingRendering()
533 topRight: Float = 0f, in RectF()
542 topRight, in RectF()
543 topRight, in RectF()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { in setCornerStyles() argument
482 || mTopRightCornerStyle != topRight in setCornerStyles()
487 mTopRightCornerStyle = topRight; in setCornerStyles()
/frameworks/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h145 void expectQuadrant(const Rect& rect, const Color& topLeft, const Color& topRight,
157 expectColor(Rect(centerX + offsetX, rect.top, rect.right, centerY - offsetY), topRight,
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DImageShader.java421 quad.topRight().x, quad.topRight().y, in setSourceQuad()
469 quad.topRight().x, quad.topRight().y, in setTargetQuad()
/frameworks/base/core/java/android/gesture/
DGestureUtils.java229 float topRight = (float) Math.sqrt(xCeilingSq + yFloorSq); in plot()
232 float sum = topLeft + topRight + btmLeft + btmRight; in plot()
240 value = topRight / sum; in plot()
/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>()
423 tr = topRight in <lambda>()
/frameworks/base/core/java/android/view/
DRoundedCorners.java80 public RoundedCorners(RoundedCorner topLeft, RoundedCorner topRight, RoundedCorner bottomRight, in RoundedCorners() argument
84 mRoundedCorners[POSITION_TOP_RIGHT] = topRight; in RoundedCorners()