Searched refs:topRight (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java90 * @param topRight the top-right of the quad
94 public static Quad fromLineAndHeight(PointF topLeft, PointF topRight, float height) { argument
95 PointF dp = new PointF(topRight.x - topLeft.x, topRight.y - topLeft.y);
99 PointF p3 = new PointF(topRight.x - np.x, topRight.y + np.y);
100 return new Quad(topLeft, topRight, p2, p3);
155 public PointF topRight() { method in class:Quad
189 PointF topRight = rotatePoint(topRight(), cente
319 Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) argument
[all...]
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DStyledCornersBitmapDrawable.java480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { argument
482 || mTopRightCornerStyle != topRight
487 mTopRightCornerStyle = topRight;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java222 View topRight = mOverlay.findViewById(R.id.right);
228 updateView(topRight, Gravity.TOP | Gravity.RIGHT, 90);
233 updateView(topRight, Gravity.BOTTOM | Gravity.LEFT, 270);
238 updateView(topRight, Gravity.BOTTOM | Gravity.RIGHT, 180);
243 updateView(topRight, Gravity.TOP | Gravity.RIGHT, 90);
/frameworks/base/core/java/android/gesture/
H A DGestureUtils.java229 float topRight = (float) Math.sqrt(xCeilingSq + yFloorSq);
232 float sum = topLeft + topRight + btmLeft + btmRight;
240 value = topRight / sum;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java421 quad.topRight().x, quad.topRight().y,
469 quad.topRight().x, quad.topRight().y,
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp247 void expectQuadrant(const Rect& rect, const Color& topLeft, const Color& topRight, argument
259 expectColor(Rect(centerX + offsetX, rect.top, rect.right, centerY - offsetY), topRight,
347 const Color& topRight, const Color& bottomLeft,
356 fillBufferColor(buffer, Rect(halfW, 0, buffer.width, halfH), topRight);
346 fillLayerQuadrant(const sp<SurfaceControl>& layer, const Color& topLeft, const Color& topRight, const Color& bottomLeft, const Color& bottomRight) argument

Completed in 328 milliseconds