HomeSort by relevance Sort by last modified time
    Searched defs:bottomRight (Results 1 - 18 of 18) sorted by null

  /external/skia/gm/
plus.cpp 28 SkPath bottomRight;
29 bottomRight.moveTo(100, 0);
30 bottomRight.lineTo(100, 100);
31 bottomRight.lineTo(0, 100);
32 bottomRight.lineTo(100, 0);
36 canvas->drawPath(bottomRight, p);
43 canvas->drawPath(bottomRight, p);
  /external/skqp/gm/
plus.cpp 28 SkPath bottomRight;
29 bottomRight.moveTo(100, 0);
30 bottomRight.lineTo(100, 100);
31 bottomRight.lineTo(0, 100);
32 bottomRight.lineTo(100, 0);
36 canvas->drawPath(bottomRight, p);
43 canvas->drawPath(bottomRight, p);
  /external/eigen/test/
geo_alignedbox.cpp 132 Vector2f bottomRight; bottomRight << M[0], m[1];
134 VERIFY_IS_APPROX( bottomRight, box.corner( BoxType::BottomRight ) );
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 80 ControlPoint bottomRight = LayoutPoint.create(mCanvas, mask.x + mask.width,
84 int x2 = bottomRight.x;
85 int y2 = bottomRight.y;
MarqueeGesture.java 81 LayoutPoint bottomRight = ControlPoint.create(mCanvas, x + w, y + h).toLayout();
82 mCanvas.getSelectionManager().selectWithin(topLeft, bottomRight, mInitialSelection);
  /external/skqp/src/gpu/ccpr/
GrCCPathParser.cpp 69 Sk4f bottomRight = devPt;
80 bottomRight = Sk4f::Max(bottomRight, devPt);
86 bottomRight.store(bottomRightPts);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
Quad.java 171 public PointF bottomRight() {
191 PointF bottomRight = rotatePoint(bottomRight(), center, cosa, sina);
193 return new Quad(topLeft, topRight, bottomLeft, bottomRight);
319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) {
323 mBottomRight = bottomRight;
  /external/skia/src/gpu/ccpr/
GrCCPathParser.cpp 71 Sk4f bottomRight = devPt;
82 bottomRight = Sk4f::Max(bottomRight, devPt);
88 bottomRight.store(bottomRightPts);
  /frameworks/base/core/java/android/transition/
ChangeBounds.java 99 new Property<ViewBounds, PointF>(PointF.class, "bottomRight") {
101 public void set(ViewBounds viewBounds, PointF bottomRight) {
102 viewBounds.setBottomRight(bottomRight);
112 new Property<View, PointF>(PointF.class, "bottomRight") {
114 public void set(View view, PointF bottomRight) {
117 int right = Math.round(bottomRight.x);
118 int bottom = Math.round(bottomRight.y);
381 Path bottomRight = getPathMotion().getPath(startRight, startBottom,
384 bottomRight);
492 public void setBottomRight(PointF bottomRight) {
    [all...]
  /frameworks/support/transition/src/main/java/androidx/transition/
ChangeBounds.java 100 new Property<ViewBounds, PointF>(PointF.class, "bottomRight") {
102 public void set(ViewBounds viewBounds, PointF bottomRight) {
103 viewBounds.setBottomRight(bottomRight);
113 new Property<View, PointF>(PointF.class, "bottomRight") {
115 public void set(View view, PointF bottomRight) {
118 int right = Math.round(bottomRight.x);
119 int bottom = Math.round(bottomRight.y);
336 Path bottomRight = getPathMotion().getPath(startRight, startBottom,
339 bottomRight);
481 void setBottomRight(PointF bottomRight) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StatusPanel.java 165 FormData bottomRight = new FormData();
166 bottomRight.bottom = new FormAttachment(100, 0);
167 bottomRight.right = new FormAttachment(100, 0);
168 mYPosLabel.setLayoutData(bottomRight);
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
CrossAppDragAndDropTests.java 173 private String getResizeTaskCommand(int taskId, Point topLeft, Point bottomRight)
175 return AM_RESIZE_TASK + taskId + " " + topLeft.x + " " + topLeft.y + " " + bottomRight.x
176 + " " + bottomRight.y;
233 Point bottomRight = new Point(leftSide ? displaySize.x / 2 : displaySize.x, displaySize.y);
235 bottomRight));
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 311 final int bottomRight = selectorRight;
319 canvas.clipRect(bottomLeft, bottomTop, bottomRight, bottomBottom);
  /external/skia/src/effects/
SkLightingImageFilter.cpp 492 SkRect bottomRight = SkRect::MakeXYWH(dstRect.width() - 1, dstRect.height() - 1, 1, 1);
511 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, bottomRight,
    [all...]
  /external/skqp/src/effects/
SkLightingImageFilter.cpp 492 SkRect bottomRight = SkRect::MakeXYWH(dstRect.width() - 1, dstRect.height() - 1, 1, 1);
511 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, bottomRight,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ScreenDecorations.java 224 View bottomRight = mBottomOverlay.findViewById(R.id.right);
230 updateView(bottomRight, Gravity.BOTTOM | Gravity.RIGHT, 180);
235 updateView(bottomRight, Gravity.BOTTOM | Gravity.RIGHT, 180);
240 updateView(bottomRight, Gravity.TOP | Gravity.RIGHT, 90);
245 updateView(bottomRight, Gravity.TOP | Gravity.LEFT, 0);
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 663 milliseconds