Searched refs:moveTo (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath.java210 public void moveTo(float x, float y) { method in class:Path
211 mPath.moveTo(mLastX = x, mLastY = y);
217 * same as moveTo().
227 mPath.moveTo(mLastX = dx, mLastY = dy);
232 * If no moveTo() call has been made for this contour, the first point is
244 * point on this contour. If there is no previous point, then a moveTo(0,0)
254 mPath.moveTo(mLastX = 0, mLastY = 0);
263 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
277 * point on this contour. If there is no previous point, then a moveTo(0,0)
291 mPath.moveTo(mLast
[all...]
/frameworks/base/core/java/android/widget/
H A DCursorTreeAdapter.java104 if (mGroupCursorHelper.moveTo(groupPosition) == null) return null;
168 return getChildrenCursorHelper(groupPosition, true).moveTo(childPosition);
182 return mGroupCursorHelper.moveTo(groupPosition);
195 Cursor cursor = mGroupCursorHelper.moveTo(groupPosition);
239 Cursor cursor = cursorHelper.moveTo(childPosition);
444 Cursor moveTo(int position) { method in class:CursorTreeAdapter.MyCursorHelper
/frameworks/base/core/java/android/gesture/
H A DOrientedBoundingBox.java64 path.moveTo(point[0], point[1]);
H A DGestureStroke.java119 path.moveTo(x, y);
168 path.moveTo(x, y);
H A DGestureOverlayView.java580 mPath.moveTo(x, y);
/frameworks/base/core/java/android/text/
H A DLayout.java1121 dest.moveTo(h1, top);
1124 dest.moveTo(h1, top);
1127 dest.moveTo(h2, (top + bottom) >> 1);
1132 dest.moveTo(h2, bottom);
1137 dest.moveTo(h2, bottom);
1140 dest.moveTo(h2 - dist, bottom + dist - 0.5f);
1143 dest.moveTo(h2 + dist, bottom + dist);
1148 dest.moveTo(h1, top);
1153 dest.moveTo(h1, top);
1156 dest.moveTo(h
[all...]
/frameworks/base/awt/java/awt/geom/
H A DGeneralPath.java312 public void moveTo(float x, float y) { method in class:GeneralPath
443 moveTo(coords[0], coords[1]);
/frameworks/base/awt/java/awt/
H A DBasicStroke.java885 lp.moveTo(lx1, ly1);
886 rp.moveTo(rx1, ry1);
953 lp.moveTo(lx1, ly1);
954 rp.moveTo(rx1, ry1);
1149 lp.moveTo(lx1, ly1);
1150 rp.moveTo(rx1, ry1);
1389 lp.moveTo(lx1, ly1);
1390 rp.moveTo(rx1, ry1);
1497 lp.moveTo(lx1, ly1);
1498 rp.moveTo(rx
2232 void moveTo(double x, double y) { method in class:BasicStroke.BufferedPath
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DPath.java185 public void moveTo(float x, float y) { method in class:Path
192 * same as moveTo().
205 * If no moveTo() call has been made for this contour, the first point is
217 * point on this contour. If there is no previous point, then a moveTo(0,0)
231 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
245 * point on this contour. If there is no previous point, then a moveTo(0,0)
263 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
281 * moveTo(0,0) is inserted automatically.
292 * start of the arc. However, if the path is empty, then we call moveTo()
310 * start of the arc. However, if the path is empty, then we call moveTo()
[all...]
/frameworks/base/awt/com/android/internal/awt/
H A DAndroidGraphics2D.java197 path.moveTo(coordinates[0], coordinates[1]);
225 ((GeneralPath)s).moveTo(arr[++i], arr[++i]);
1082 filledPolygon.moveTo(xpoints[0], ypoints[0]);
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
H A DCaretManager.java412 path.moveTo((float) caret1.getX1(), (float) caret1.getY1());
H A DCommonGlyphVector.java923 gp.moveTo(0, -ascent - leading);
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp91 obj->moveTo(x_, y_);
/frameworks/base/core/java/android/webkit/
H A DWebView.java2463 path.moveTo(-ADORNMENT_LEN, -ADORNMENT_LEN);
2467 path.moveTo(-ADORNMENT_LEN, height + ADORNMENT_LEN);
2471 path.moveTo(0, 0);
2473 path.moveTo(width, 0);
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java788 currentPath.moveTo(centerX, centerY);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java395 ringPath.moveTo(x + radius, y);
/frameworks/base/core/java/android/provider/
H A DGmail.java1122 final public boolean moveTo(int position) { method in class:Gmail.MailCursor

Completed in 955 milliseconds