Searched defs:onDown (Results 1 - 25 of 28) sorted by relevance

12

/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 DSlotView.java41 public void onDown(int index); method in interface:SlotView.Listener
49 @Override public void onDown(int index) {} method in class:SlotView.SimpleListener
628 // We call the listener's onDown() when our onShowPress() is called and
639 mListener.onDown(index);
653 public boolean onDown(MotionEvent e) { method in class:SlotView.MyGestureListener
H A DPhotoView.java967 // If an onFling happened after the last onDown
973 // following call sequence: onDown(), onUp() and then onSingleTapUp(). The correct
974 // sequence for a single-tap-up gesture should be: onDown(), onSingleTapUp() and onUp().
975 // The call sequence for a pinch out gesture in JB is: onDown(), then onUp() and there's
1235 public void onDown(float x, float y) { method in class:PhotoView.MyGestureListener
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DSwapButton.java62 public boolean onDown(MotionEvent e) { method in class:SwapButton
/packages/apps/Camera2/src/com/android/camera/ui/
H A DFilmstripGestureRecognizer.java42 boolean onDown(float x, float y); method in interface:FilmstripGestureRecognizer.Listener
107 public boolean onDown(MotionEvent e) { method in class:FilmstripGestureRecognizer.MyGestureListener
108 mListener.onDown(e.getX(), e.getY());
109 return super.onDown(e);
H A DModeListView.java291 public boolean onDown(MotionEvent e) { method in class:ModeListView.ModeListState
1060 public boolean onDown(MotionEvent ev) {
1062 mCurrentStateManager.getCurrentState().onDown(ev);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
H A DColorBrightnessView.java97 public boolean onDown(MotionEvent e) { method in class:ColorBrightnessView
H A DColorCompareView.java88 public boolean onDown(MotionEvent e) { method in class:ColorCompareView
H A DColorHueView.java112 public boolean onDown(MotionEvent e) { method in class:ColorHueView
H A DColorOpacityView.java102 public boolean onDown(MotionEvent e) { method in class:ColorOpacityView
H A DColorRectView.java88 public boolean onDown(MotionEvent e) { method in class:ColorRectView
H A DColorSVRectView.java136 public boolean onDown(MotionEvent e) { method in class:ColorSVRectView
H A DColorSaturationView.java97 public boolean onDown(MotionEvent e) { method in class:ColorSaturationView
H A DColorValueView.java81 public boolean onDown(MotionEvent e) { method in class:ColorValueView
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiPageKeyboardView.java168 public boolean onDown(final MotionEvent e) { method in class:EmojiPageKeyboardView
188 // User feedback is done at {@link #onDown(MotionEvent)}.
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DManageCachePage.java149 private void onDown(int index) { method in class:ManageCachePage
298 public void onDown(int index) {
299 ManageCachePage.this.onDown(index);
H A DAlbumPage.java238 private void onDown(int index) { method in class:AlbumPage
479 public void onDown(int index) {
480 AlbumPage.this.onDown(index);
H A DAlbumSetPage.java287 private void onDown(int index) { method in class:AlbumSetPage
498 public void onDown(int index) {
499 AlbumSetPage.this.onDown(index);
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripLayout.java445 public boolean onDown(float x, float y) { method in class:FilmstripLayout.OpenFilmstripGesture
447 return mFilmstripGestureListener.onDown(x, y);
H A DFilmstripView.java2666 public boolean onDown(float x, float y) { method in class:FilmstripView.FilmstripGestures
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java883 public boolean onDown(MotionEvent arg0) { method in class:ImageShow
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java309 public boolean onDown(MotionEvent e) { method in class:GridViewSpecial.MyGestureDetector
/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/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java770 public boolean onDown(MotionEvent ev) { method in class:CameraAppUI.MyGestureListener

Completed in 297 milliseconds

12