Searched defs:moveTo (Results 1 - 6 of 6) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionCursor.java47 void moveTo(int pos); method in interface:SuggestionCursor
H A DSuggestionCursorWrapper.java49 public void moveTo(int pos) { method in class:SuggestionCursorWrapper
51 mCursor.moveTo(pos);
H A DListSuggestionCursor.java78 public void moveTo(int pos) { method in class:ListSuggestionCursor
H A DCursorBackedSuggestionCursor.java124 public void moveTo(int pos) { method in class:CursorBackedSuggestionCursor
126 throw new IllegalStateException("moveTo(" + pos + ") after close()");
/packages/apps/Email/src/com/android/email/activity/
H A DMessageOrderManager.java41 * Call {@link #moveTo} to set the current message id. As a result,
78 * Called when the message set by {@link MessageOrderManager#moveTo(long)} is found in the
84 * Called when the message set by {@link MessageOrderManager#moveTo(long)} is not found.
92 * transaction" exception. e.g. {@link #moveTo} is often called during a fragment transaction,
242 public void moveTo(long messageId) { method in class:MessageOrderManager
273 * @return true if the message set to {@link #moveTo} has an older message in the mailbox.
282 * @return true if the message set to {@link #moveTo} has an newer message in the mailbox.
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DAbstractGoogleSourceResult.java58 public void moveTo(int pos) { method in class:AbstractGoogleSourceResult

Completed in 88 milliseconds