Home
last modified time | relevance | path

Searched refs:onLongPress (Results 1 – 21 of 21) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DUserInputHandler_TouchTest.java104 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/
DUserInputHandler.java162 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/
DFilmstripGestureRecognizer.java44 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()
DModeListView.java311 public void onLongPress(MotionEvent e) { in onLongPress() method in ModeListView.ModeListState
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java126 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()
DDefaultSoftKeyboard.java340 public boolean onLongPress(Keyboard.Key key) {
820 public boolean onLongPress(Keyboard.Key key) { in onLongPress() method in DefaultSoftKeyboard
DTextCandidatesViewManager.java1356 public void onLongPress(MotionEvent arg0) { in onLongPress() method in TextCandidatesViewManager
/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripLayout.java473 public void onLongPress(float x, float y) { in onLongPress() method in FilmstripLayout.OpenFilmstripGesture
474 mFilmstripGestureListener.onLongPress(x, y); in onLongPress()
DFilmstripView.java2740 public void onLongPress(float x, float y) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DSwapButton.java82 public void onLongPress(MotionEvent e) { in onLongPress() method in SwapButton
/packages/apps/Camera2/src/com/android/camera/
DShutterButton.java70 public void onLongPress(MotionEvent event) { in onLongPress() method in ShutterButton.LongPressGestureListener
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPageKeyboardView.java230 public void onLongPress(final MotionEvent e) { in onLongPress() method in EmojiPageKeyboardView
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanelTrack.java95 public void onLongPress(MotionEvent e) { in StatePanelTrack()
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthByWeekAdapter.java371 public void onLongPress(MotionEvent e) { in onLongPress() method in MonthByWeekAdapter.CalendarGestureListener
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1144 boolean result = onLongPress(popupKey); in openPopupIfRequired()
1159 protected boolean onLongPress(Key popupKey) { in onLongPress() method in KeyboardView
/packages/apps/DeskClock/src/com/android/deskclock/
DClockFragment.java256 public void onLongPress(MotionEvent e) { in onLongPress() method in ClockFragment.CityListOnLongClickListener
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java694 public void onLongPress(MotionEvent e) { in onLongPress() method in SlotView.MyGestureListener
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorResult.java210 public void onLongPress(MotionEvent e) { in CalculatorResult()
/packages/apps/Gallery/src/com/android/camera/
DGridViewSpecial.java344 public void onLongPress(MotionEvent e) { in onLongPress() method in GridViewSpecial.MyGestureDetector
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageShow.java899 public void onLongPress(MotionEvent arg0) {
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java4900 public void onLongPress(MotionEvent ev) { in onLongPress() method in DayView.CalendarGestureListener