Searched refs:onLongPress (Results 1 - 13 of 13) 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 DOverlayView.java69 public void onLongPress(MotionEvent e) {
74 mGestureListener.onLongPress(OverlayView.this, e);
H A DTransitionView.java83 public void onLongPress(MotionEvent e) {
85 mGestureListener.onLongPress(TransitionView.this, e);
H A DAudioTrackView.java102 public void onLongPress (MotionEvent e) {
104 mGestureListener.onLongPress(AudioTrackView.this, e);
H A DMediaItemView.java183 public void onLongPress(MotionEvent e) { method in class:MediaItemView.MyGestureListener
185 mGestureListener.onLongPress(MediaItemView.this, e);
H A DAudioTrackLinearLayout.java193 public void onLongPress(View view, MotionEvent e) {
H A DOverlayLinearLayout.java210 public void onLongPress(View view, MotionEvent e) {
H A DMediaLinearLayout.java425 public void onLongPress(View view, MotionEvent e) {
455 public void onLongPress(View view, MotionEvent e) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DLatinKeyboardView.java344 return onLongPress(parentKey, tracker);
394 protected boolean onLongPress(Key parentKey, PointerTracker tracker) { method in class:LatinKeyboardView
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java712 public void onLongPress(MotionEvent e) { method in class:SlotView.MyGestureListener
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java344 public void onLongPress(MotionEvent e) { method in class:GridViewSpecial.MyGestureDetector
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java873 /** @see android.view.GestureDetector.OnGestureListener#onLongPress */
874 public void onLongPress(MotionEvent arg0) { method in class:TextCandidatesViewManager
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java4652 public void onLongPress(MotionEvent ev) { method in class:DayView.CalendarGestureListener
4653 if (DEBUG) Log.e(TAG, "GestureDetector.onLongPress");

Completed in 212 milliseconds