Searched defs:move (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragView.java284 void move(int touchX, int touchY) { method in class:DragView
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DPanelController.java81 public ViewPropertyAnimator unselect(int newPos, int move) { argument
89 if (move == HORIZONTAL_MOVE) {
96 } else if (move == VERTICAL_MOVE) {
108 public ViewPropertyAnimator select(int oldPos, int move) { argument
116 if (move == HORIZONTAL_MOVE) {
123 } else if (move == VERTICAL_MOVE) {
/packages/apps/Mms/src/com/android/mms/
H A DSuggestionsProvider.java266 public boolean move(int offset) { method in class:SuggestionsProvider.SuggestionsCursor
/packages/apps/Email/src/com/android/email/provider/
H A DContentCache.java331 * We'll be happy to move to position 0 or -1
363 public final boolean move(int offset) { method in class:ContentCache.CachedCursor

Completed in 428 milliseconds