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

/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DItemSimpleGestureListener.java52 public void onLongPress(View view, MotionEvent e); method in interface:ItemSimpleGestureListener
H A DMediaItemView.java183 public void onLongPress(MotionEvent e) { method in class:MediaItemView.MyGestureListener
185 mGestureListener.onLongPress(MediaItemView.this, e);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMainKeyboardView.java560 return onLongPress(parentKey, tracker);
590 protected boolean onLongPress(final Key parentKey, final PointerTracker tracker) { method in class:MainKeyboardView
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java344 public void onLongPress(MotionEvent e) { method in class:GridViewSpecial.MyGestureDetector
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java816 public void onLongPress(MotionEvent arg0) { method in class:ImageShow
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java693 public void onLongPress(MotionEvent e) { method in class:SlotView.MyGestureListener
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java340 public boolean onLongPress(Keyboard.Key key) {
819 /** @see android.jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#onLongPress */
820 public boolean onLongPress(Keyboard.Key key) { method in class:DefaultSoftKeyboard
H A DKeyboardView.java126 boolean onLongPress(Keyboard.Key key); method in interface:KeyboardView.OnKeyboardActionListener
1046 boolean result = onLongPress(popupKey);
1061 protected boolean onLongPress(Key popupKey) { method in class:KeyboardView
1062 if (mKeyboardActionListener.onLongPress(popupKey)) {
1096 public boolean onLongPress(Keyboard.Key key) {
H A DTextCandidatesViewManager.java1355 /** @see android.view.GestureDetector.OnGestureListener#onLongPress */
1356 public void onLongPress(MotionEvent arg0) { method in class:TextCandidatesViewManager
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java4891 public void onLongPress(MotionEvent ev) { method in class:DayView.CalendarGestureListener
4892 if (DEBUG) Log.e(TAG, "GestureDetector.onLongPress");

Completed in 1292 milliseconds