Home
last modified time | relevance | path

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

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DHandleView.java60 public boolean onMove(HandleView view, int left, int delta); in onMove() method
154 mListener.onMove(this, getLeft(), deltaX + getWidth()); in onTouchEvent()
156 mListener.onMove(this, getLeft(), deltaX); in onTouchEvent()
DOverlayLinearLayout.java259 public boolean onMove(View view, MotionEvent e1, MotionEvent e2) { in OverlayLinearLayout()
876 public boolean onMove(HandleView view, int left, int delta) {
919 if (onMove(view, left, delta)) {
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)) {
DItemMoveGestureListener.java45 public boolean onMove(View view, MotionEvent e1, MotionEvent e2); in onMove() method
DOverlayView.java169 mGestureListener.onMove(this, mStartScrollEvent, ev); in onTouchEvent()
/packages/apps/Mms/src/com/android/mms/
DSuggestionsProvider.java201 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in SuggestionsProvider.SuggestionsCursor
202 return ((CrossProcessCursor)mDatabaseCursor).onMove(oldPosition, newPosition); in onMove()
/packages/apps/Email/src/com/android/email/activity/
DMessageViewFragment.java464 onMove(); in onOptionsItemSelected()
476 private void onMove() { in onMove() method in MessageViewFragment
/packages/apps/Music/src/com/android/music/
DTrackBrowserActivity.java1179 public boolean onMove(int oldPosition, int newPosition)
1212 onMove(-1, (int) mCurPos);
1222 onMove(-1, mCurPos); // update the underlying cursor
DSortCursor.java104 public boolean onMove(int oldPosition, int newPosition) in onMove() method in SortCursor
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DReorderingCursorWrapper.java52 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in ReorderingCursorWrapper
/packages/apps/Dialer/src/com/android/dialer/calllog/
DExtendedCursor.java125 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in ExtendedCursor
/packages/apps/Email/src/com/android/email/provider/
DContentCache.java398 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in ContentCache.CachedCursor
/packages/apps/Browser/src/com/android/browser/provider/
DBrowserProvider.java504 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in BrowserProvider.MySuggestionCursor
DBrowserProvider2.java2194 public boolean onMove(int oldPosition, int newPosition) { in onMove() method in BrowserProvider2.SuggestionsCursor
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java3089 public void onMove(View view, int newCellX, int newCellY, int newSpanX, int newSpanY) { in onMove() method in CellLayout