Home
last modified time | relevance | path

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

/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/VideoEditor/src/com/android/videoeditor/widgets/
DOverlayView.java69 public void onLongPress(MotionEvent e) { in OverlayView()
74 mGestureListener.onLongPress(OverlayView.this, e); in OverlayView()
DTransitionView.java83 public void onLongPress(MotionEvent e) { in TransitionView()
85 mGestureListener.onLongPress(TransitionView.this, e); in TransitionView()
DAudioTrackView.java102 public void onLongPress (MotionEvent e) { in AudioTrackView()
104 mGestureListener.onLongPress(AudioTrackView.this, e); in AudioTrackView()
DMediaItemView.java183 public void onLongPress(MotionEvent e) { in onLongPress() method in MediaItemView.MyGestureListener
185 mGestureListener.onLongPress(MediaItemView.this, e); in onLongPress()
DItemSimpleGestureListener.java52 public void onLongPress(View view, MotionEvent e); in onLongPress() method
DAudioTrackLinearLayout.java196 public void onLongPress(View view, MotionEvent e) { in AudioTrackLinearLayout()
DMediaLinearLayout.java425 public void onLongPress(View view, MotionEvent e) { in MediaLinearLayout()
455 public void onLongPress(View view, MotionEvent e) { in MediaLinearLayout()
DOverlayLinearLayout.java210 public void onLongPress(View view, MotionEvent e) { in OverlayLinearLayout()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DSwapButton.java82 public void onLongPress(MotionEvent e) { in onLongPress() method in SwapButton
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java249 keyboardView.onLongPress(tracker); in handleMessage()
993 private boolean onLongPress(final PointerTracker tracker) { in onLongPress() method in MainKeyboardView
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanelTrack.java94 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/Gallery2/src/com/android/gallery3d/ui/
DSlotView.java694 public void onLongPress(MotionEvent e) { in onLongPress() method in SlotView.MyGestureListener
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageShow.java682 public void onLongPress(MotionEvent arg0) { in onLongPress() method in ImageShow
/packages/apps/Gallery/src/com/android/camera/
DGridViewSpecial.java344 public void onLongPress(MotionEvent e) { in onLongPress() method in GridViewSpecial.MyGestureDetector
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java4898 public void onLongPress(MotionEvent ev) { in onLongPress() method in DayView.CalendarGestureListener