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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DDragGestureDetector.java84 move(event, false);
91 move(event, true);
104 private void move(MotionEvent event, boolean drop) { method in class:DragGestureDetector
105 mTable.move(mTable.getFocus(),
H A DPhotoTable.java739 public void move(final View photo, float x, float y, float a) { method in class:PhotoTable
758 public void move(final View photo, float dx, float dy, boolean drop) { method in class:PhotoTable
/packages/apps/UnifiedEmail/src/com/android/mail/content/
H A DThreadSafeCursorWrapper.java136 LogUtils.e(LOG_TAG, "Unexpected failure to move to current position, pos=%d", pos);
141 public boolean move(int offset) { method in class:ThreadSafeCursorWrapper
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragView.java284 void move(int touchX, int touchY) { method in class:DragView
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragView.java347 void move(int touchX, int touchY) { method in class:DragView
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DConversationData.java154 public boolean move(final int offset) { method in class:ConversationData.ReversedCursor
155 return super.move(-offset);
340 cursor.move(position);
/packages/apps/Email/provider_src/com/android/email/provider/
H A DContentCache.java332 * We'll be happy to move to position 0 or -1
364 public final boolean move(int offset) { method in class:ContentCache.CachedCursor
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduPersister.java1606 public Uri move(final Uri from, final Uri to) throws MmsException { method in class:PduPersister
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java1207 // Handle the "move to first" case before anything else; moveToPosition(0) in an empty
1209 // But we don't want to return true on a subsequent "move to first", which we would if we
1212 LogUtils.d(LOG_TAG, "*** Underlying cursor position is -1 asking to move from %d to %d",
1232 // Optimization if it's easier to move forward to position instead of backward
1263 public boolean move(int offset) { method in class:ConversationCursor
1264 throw new UnsupportedOperationException("move unsupported!");
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 671 milliseconds