/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/ |
D | UserInputHandler_TouchTest.java | 104 mInputHandler.onLongPress(event); in testLongPress_StartsSelectionMode() 115 mInputHandler.onLongPress(event1); in testLongPress_SecondPressAddsSelection() 118 mInputHandler.onLongPress(event2); in testLongPress_SecondPressAddsSelection() 121 mInputHandler.onLongPress(event3); in testLongPress_SecondPressAddsSelection() 129 mInputHandler.onLongPress(mEvent.at(7).build()); in testTap_UnselectsSelectedItem() 136 mInputHandler.onLongPress(mEvent.at(7).build()); in testTapOff_ClearsSelection()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | UserInputHandler.java | 162 public void onLongPress(MotionEvent e) { in onLongPress() method in UserInputHandler 164 onLongPress(event); in onLongPress() 169 void onLongPress(T event) { in onLongPress() method in UserInputHandler 171 mMouseDelegate.onLongPress(event); in onLongPress() 173 mTouchDelegate.onLongPress(event); in onLongPress() 289 final void onLongPress(T event) { in onLongPress() method in UserInputHandler.TouchInputDelegate 450 final void onLongPress(T event) { in onLongPress() method in UserInputHandler.MouseInputDelegate
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | FilmstripGestureRecognizer.java | 44 void onLongPress(float x, float y); in onLongPress() method 90 public void onLongPress(MotionEvent e) { in onLongPress() method in FilmstripGestureRecognizer.MyGestureListener 91 mListener.onLongPress(e.getX(), e.getY()); in onLongPress()
|
D | ModeListView.java | 311 public void onLongPress(MotionEvent e) { in onLongPress() method in ModeListView.ModeListState
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | KeyboardView.java | 126 boolean onLongPress(Keyboard.Key key); in onLongPress() method 1046 boolean result = onLongPress(popupKey); in openPopupIfRequired() 1061 protected boolean onLongPress(Key popupKey) { in onLongPress() method in KeyboardView 1062 if (mKeyboardActionListener.onLongPress(popupKey)) { in onLongPress() 1096 public boolean onLongPress(Keyboard.Key key) { in onLongPress()
|
D | DefaultSoftKeyboard.java | 340 public boolean onLongPress(Keyboard.Key key) { 820 public boolean onLongPress(Keyboard.Key key) { in onLongPress() method in DefaultSoftKeyboard
|
D | TextCandidatesViewManager.java | 1356 public void onLongPress(MotionEvent arg0) { in onLongPress() method in TextCandidatesViewManager
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
D | FilmstripLayout.java | 473 public void onLongPress(float x, float y) { in onLongPress() method in FilmstripLayout.OpenFilmstripGesture 474 mFilmstripGestureListener.onLongPress(x, y); in onLongPress()
|
D | FilmstripView.java | 2740 public void onLongPress(float x, float y) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
D | SwapButton.java | 82 public void onLongPress(MotionEvent e) { in onLongPress() method in SwapButton
|
/packages/apps/Camera2/src/com/android/camera/ |
D | ShutterButton.java | 70 public void onLongPress(MotionEvent event) { in onLongPress() method in ShutterButton.LongPressGestureListener
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
D | EmojiPageKeyboardView.java | 230 public void onLongPress(final MotionEvent e) { in onLongPress() method in EmojiPageKeyboardView
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
D | StatePanelTrack.java | 95 public void onLongPress(MotionEvent e) { in StatePanelTrack()
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
D | MonthByWeekAdapter.java | 371 public void onLongPress(MotionEvent e) { in onLongPress() method in MonthByWeekAdapter.CalendarGestureListener
|
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/ |
D | KeyboardView.java | 1144 boolean result = onLongPress(popupKey); in openPopupIfRequired() 1159 protected boolean onLongPress(Key popupKey) { in onLongPress() method in KeyboardView
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | ClockFragment.java | 256 public void onLongPress(MotionEvent e) { in onLongPress() method in ClockFragment.CityListOnLongClickListener
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | SlotView.java | 694 public void onLongPress(MotionEvent e) { in onLongPress() method in SlotView.MyGestureListener
|
/packages/apps/ExactCalculator/src/com/android/calculator2/ |
D | CalculatorResult.java | 210 public void onLongPress(MotionEvent e) { in CalculatorResult()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | GridViewSpecial.java | 344 public void onLongPress(MotionEvent e) { in onLongPress() method in GridViewSpecial.MyGestureDetector
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageShow.java | 899 public void onLongPress(MotionEvent arg0) {
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | DayView.java | 4900 public void onLongPress(MotionEvent ev) { in onLongPress() method in DayView.CalendarGestureListener
|