Searched refs:move (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/text/
H A DSelection.java138 int move;
143 move = layout.getOffsetForHorizontal(line - 1, h);
145 move = layout.getLineStart(line - 1);
148 setSelection(text, move);
179 int move;
184 move = layout.getOffsetForHorizontal(line + 1, h);
186 move = layout.getLineStart(line + 1);
189 setSelection(text, move);
200 * at the left edge of the line and there is not another line to move it to.
225 * to move i
[all...]
/frameworks/base/core/tests/coretests/src/android/content/
H A DSearchRecentSuggestionsProviderTest.java183 c.move(GROUP_3_COUNT - 1);
188 c.move(1);
191 c.move(GROUP_2_COUNT - 1);
196 c.move(1);
199 c.move(newGroup1Count - 1);
/frameworks/base/core/java/android/database/
H A DCursorWrapper.java182 public boolean move(int offset) { method in class:CursorWrapper
183 return mCursor.move(offset);
H A DCursor.java50 * current position. Positive offsets move forwards, negative offsets move
57 * currently on the second entry in the result set and move(-5) is called,
61 * @return whether the requested move fully succeeded.
63 boolean move(int offset); method in interface:Cursor
72 * @param position the zero-based position to move to.
73 * @return whether the requested move fully succeeded.
82 * @return whether the move succeeded.
91 * @return whether the move succeeded.
101 * @return whether the move succeede
[all...]
H A DAbstractCursor.java130 * may have. If it returns false the move function will also do so and the
135 * @return true if the move is successful, false otherwise
243 public final boolean move(int offset) { method in class:AbstractCursor
/frameworks/base/awt/java/awt/
H A DPoint.java191 public void move(int x, int y) { method in class:Point
H A DRectangle.java282 public void move(int x, int y) { method in class:Rectangle
406 * the horizontal distance to move each corner coordinate.
408 * the vertical distance to move each corner coordinate.
H A DComponent.java3342 public void move(int x, int y) { method in class:Component
4198 move(x, y);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockCursor.java120 public boolean move(int offset) { method in class:MockCursor
/frameworks/base/awt/org/apache/harmony/awt/gl/render/
H A DJavaLineRasterizer.java60 void move(float step) { // main dasher method in class:JavaLineRasterizer.LineDasher
82 move(length);
96 move(length);
105 move(length);
115 move(length);
126 child.move(start);
649 dasher.move(count);
/frameworks/base/core/java/android/webkit/
H A DWebTextView.java560 MovementMethod move = getMovementMethod();
561 if (move != null && getLayout() != null &&
562 move.onTrackballEvent(this, text, event)) {
/frameworks/base/media/java/android/media/
H A DRingtoneManager.java441 cursor.move(1);
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduPersister.java1181 public Uri move(Uri from, Uri to) throws MmsException { method in class:PduPersister

Completed in 1451 milliseconds