Searched defs:onDown (Results 1 - 15 of 15) sorted by last modified time

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java1316 /** @see android.view.GestureDetector.OnGestureListener#onDown */
1317 public boolean onDown(MotionEvent arg0) { method in class:TextCandidatesViewManager
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DPinyinIME.java1382 public boolean onDown(MotionEvent e) { method in class:PinyinIME.OnGestureListener
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java309 public boolean onDown(MotionEvent e) { method in class:GridViewSpecial.MyGestureDetector
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumPage.java237 private void onDown(int index) { method in class:AlbumPage
481 public void onDown(int index) {
482 AlbumPage.this.onDown(index);
H A DAlbumSetPage.java291 private void onDown(int index) { method in class:AlbumSetPage
502 public void onDown(int index) {
503 AlbumSetPage.this.onDown(index);
H A DManageCachePage.java149 private void onDown(int index) { method in class:ManageCachePage
298 public void onDown(int index) {
299 ManageCachePage.this.onDown(index);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java796 public boolean onDown(MotionEvent arg0) { method in class:ImageShow
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DDownUpDetector.java23 void onDown(MotionEvent e); method in interface:DownUpDetector.DownUpListener
38 mListener.onDown(e);
H A DGestureRecognizer.java39 void onDown(float x, float y); method in interface:GestureRecognizer.Listener
123 public void onDown(MotionEvent e) { method in class:GestureRecognizer.MyDownUpListener
124 mListener.onDown(e.getX(), e.getY());
H A DPhotoView.java960 // If an onFling happened after the last onDown
966 // following call sequence: onDown(), onUp() and then onSingleTapUp(). The correct
967 // sequence for a single-tap-up gesture should be: onDown(), onSingleTapUp() and onUp().
968 // The call sequence for a pinch out gesture in JB is: onDown(), then onUp() and there's
1218 public void onDown(float x, float y) { method in class:PhotoView.MyGestureListener
H A DSlotView.java40 public void onDown(int index); method in interface:SlotView.Listener
48 @Override public void onDown(int index) {} method in class:SlotView.SimpleListener
627 // We call the listener's onDown() when our onShowPress() is called and
638 mListener.onDown(index);
652 public boolean onDown(MotionEvent e) { method in class:SlotView.MyGestureListener
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java554 public boolean onDown(MotionEvent e) { method in class:Camera.PopupGestureListener
H A DVideoCamera.java2238 public boolean onDown(MotionEvent e) { method in class:VideoCamera.PopupGestureListener
/packages/apps/Calculator/src/com/android/calculator2/
H A DLogic.java205 void onDown() { method in class:Logic
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java4930 public boolean onDown(MotionEvent ev) { method in class:DayView.CalendarGestureListener
4931 if (DEBUG) Log.e(TAG, "GestureDetector.onDown");

Completed in 524 milliseconds