HomeSort by relevance Sort by last modified time
    Searched defs:bottomRight (Results 1 - 15 of 15) 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);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_param_set.h 56 u32 *bottomRight;
  /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);
  /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;
  /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);
349 Path bottomRight = getPathMotion().getPath(startRight, startBottom,
352 bottomRight);
492 public void setBottomRight(PointF bottomRight) {
    [all...]
  /frameworks/support/transition/src/android/support/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);
335 Path bottomRight = getPathMotion().getPath(startRight, startBottom,
338 bottomRight);
480 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/hostsidetests/services/activityandwindowmanager/windowmanager/src/android/server/cts/
CrossAppDragAndDropTests.java 158 private String getResizeTaskCommand(int taskId, Point topLeft, Point bottomRight)
160 return AM_RESIZE_TASK + taskId + " " + topLeft.x + " " + topLeft.y + " " + bottomRight.x
161 + " " + bottomRight.y;
227 Point bottomRight = new Point(leftSide ? displaySize.x / 2 : displaySize.x, displaySize.y);
229 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 491 SkRect bottomRight = SkRect::MakeXYWH(dstRect.width() - 1, dstRect.height() - 1, 1, 1);
510 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, bottomRight,
    [all...]
  /prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1085 milliseconds