Searched refs:onMove (Results 1 - 15 of 15) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DItemMoveGestureListener.java45 public boolean onMove(View view, MotionEvent e1, MotionEvent e2); method in interface:ItemMoveGestureListener
H A DHandleView.java60 public boolean onMove(HandleView view, int left, int delta); method in interface:HandleView.MoveListener
154 mListener.onMove(this, getLeft(), deltaX + getWidth());
156 mListener.onMove(this, getLeft(), deltaX);
H A DOverlayView.java169 mGestureListener.onMove(this, mStartScrollEvent, ev);
H A DOverlayLinearLayout.java259 public boolean onMove(View view, MotionEvent e1, MotionEvent e2) {
876 public boolean onMove(HandleView view, int left, int delta) {
919 if (onMove(view, left, delta)) {
H A DMediaLinearLayout.java2300 public boolean onMove(HandleView view, int left, int delta) {
2369 if (onMove(view, left, delta)) {
2468 public boolean onMove(HandleView view, int left, int delta) {
2567 if (onMove(view, left, delta)) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DReorderingCursorWrapper.java52 public boolean onMove(int oldPosition, int newPosition) { method in class:ReorderingCursorWrapper
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DExtendedCursor.java125 public boolean onMove(int oldPosition, int newPosition) { method in class:ExtendedCursor
/packages/apps/Mms/src/com/android/mms/
H A DSuggestionsProvider.java202 public boolean onMove(int oldPosition, int newPosition) { method in class:SuggestionsProvider.SuggestionsCursor
203 return ((CrossProcessCursor)mDatabaseCursor).onMove(oldPosition, newPosition);
/packages/apps/Email/src/com/android/email/activity/
H A DMessageViewFragment.java464 onMove();
476 private void onMove() { method in class:MessageViewFragment
/packages/apps/Music/src/com/android/music/
H A DSortCursor.java31 private Cursor mCursor; // updated in onMove
104 public boolean onMove(int oldPosition, int newPosition) method in class:SortCursor
123 Log.w(TAG, "onMove: cache results in a null cursor.");
H A DTrackBrowserActivity.java1178 public boolean onMove(int oldPosition, int newPosition) method in class:TrackBrowserActivity.NowPlayingCursor
1211 onMove(-1, (int) mCurPos);
1221 onMove(-1, mCurPos); // update the underlying cursor
1321 private Cursor mCurrentPlaylistCursor; // updated in onMove
/packages/apps/Email/src/com/android/email/provider/
H A DContentCache.java398 public boolean onMove(int oldPosition, int newPosition) { method in class:ContentCache.CachedCursor
/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider.java504 public boolean onMove(int oldPosition, int newPosition) { method in class:BrowserProvider.MySuggestionCursor
H A DBrowserProvider2.java2194 public boolean onMove(int oldPosition, int newPosition) { method in class:BrowserProvider2.SuggestionsCursor
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java2778 public void onMove(View view, int newCellX, int newCellY, int newSpanX, int newSpanY) { method in class:CellLayout

Completed in 317 milliseconds