Searched refs:mGestureDetector (Results 1 - 22 of 22) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DFilmStripGestureRecognizer.java42 private final GestureDetector mGestureDetector; field in class:FilmStripGestureRecognizer
48 mGestureDetector = new GestureDetector(context, new MyGestureListener(),
50 mGestureDetector.setOnDoubleTapListener(new MyDoubleTapListener());
56 mGestureDetector.onTouchEvent(event);
/packages/apps/Camera2/src/com/android/camera/
H A DPreviewGestures.java56 private GestureDetector mGestureDetector; field in class:PreviewGestures
109 mGestureDetector = new GestureDetector(mGestureListener);
149 mGestureDetector.onTouchEvent(m);
172 mGestureDetector.onTouchEvent(makeCancelEvent(mDown));
191 mGestureDetector.onTouchEvent(makeCancelEvent(mCurrent));
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGestureRecognizer.java43 private final GestureDetector mGestureDetector; field in class:GestureRecognizer
50 mGestureDetector = new GestureDetector(context, new MyGestureListener(),
58 mGestureDetector.onTouchEvent(event);
H A DSlotView.java63 private final GestureDetector mGestureDetector; field in class:SlotView
92 mGestureDetector = new GestureDetector(activity, new MyGestureListener());
204 mGestureDetector.onTouchEvent(event);
/packages/apps/Calculator/src/com/android/calculator2/
H A DPanelSwitcher.java33 private GestureDetector mGestureDetector; field in class:PanelSwitcher
57 mGestureDetector = new GestureDetector(context, new GestureDetector.SimpleOnGestureListener() {
126 mGestureDetector.onTouchEvent(event);
132 return mGestureDetector.onTouchEvent(event);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DScrollKeyboardView.java53 private final GestureDetector mGestureDetector; field in class:ScrollKeyboardView
64 mGestureDetector = new GestureDetector(context, this);
65 mGestureDetector.setIsLongpressEnabled(false /* isLongpressEnabled */);
132 if (mGestureDetector.onTouchEvent(e)) {
211 // Long press detection of {@link #mGestureDetector} is disabled and not used.
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStatePanelTrack.java51 private GestureDetector mGestureDetector; field in class:StatePanelTrack
104 mGestureDetector = new GestureDetector(context, simpleOnGestureListener);
208 mGestureDetector.onTouchEvent(cancelEvent);
211 mGestureDetector.onTouchEvent(event);
231 mGestureDetector.onTouchEvent(event);
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleWeeksAdapter.java95 protected GestureDetector mGestureDetector; field in class:SimpleWeeksAdapter
121 mGestureDetector = new GestureDetector(mContext, new CalendarGestureListener());
259 if (mGestureDetector.onTouchEvent(event)) {
H A DMonthByWeekAdapter.java104 mGestureDetector = new GestureDetector(mContext, new CalendarGestureListener());
324 if (mGestureDetector.onTouchEvent(event)) {
/packages/apps/Music/src/com/android/music/
H A DTouchInterceptor.java65 private GestureDetector mGestureDetector; field in class:TouchInterceptor
91 if (mRemoveListener != null && mGestureDetector == null) {
93 mGestureDetector = new GestureDetector(getContext(), new SimpleOnGestureListener() {
299 if (mGestureDetector != null) {
300 mGestureDetector.onTouchEvent(ev);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoCarousel.java48 private final GestureDetector mGestureDetector; field in class:PhotoCarousel
111 mGestureDetector = new GestureDetector(context,
296 mGestureDetector.onTouchEvent(event);
/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DKenBurnsActivity.java72 private GestureDetector mGestureDetector; field in class:KenBurnsActivity
261 mGestureDetector = new GestureDetector(this, new MyGestureListener());
330 mGestureDetector.onTouchEvent(ev);
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DSkbContainer.java81 private GestureDetector mGestureDetector; field in class:SkbContainer
213 mGestureDetector = gestureDetector;
452 if (mGestureDetector.onTouchEvent(event)) {
H A DCandidateView.java223 private GestureDetector mGestureDetector; field in class:CandidateView
276 mGestureDetector = gestureDetector;
644 if (mGestureDetector.onTouchEvent(event)) {
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DMediaItemView.java65 private final GestureDetector mGestureDetector; field in class:MediaItemView
129 mGestureDetector = new GestureDetector(context, new MyGestureListener());
562 mGestureDetector.onTouchEvent(ev);
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoriteTileView.java75 protected GestureDetector mGestureDetector; field in class:PhoneFavoriteTileView
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java205 private GestureDetector mGestureDetector; field in class:KeyboardView
381 mGestureDetector = new GestureDetector(getContext(), new GestureDetector.SimpleOnGestureListener() {
433 mGestureDetector.setIsLongpressEnabled(false);
1197 if (mGestureDetector.onTouchEvent(me)) {
H A DTextCandidatesViewManager.java166 private GestureDetector mGestureDetector; field in class:TextCandidatesViewManager
519 mGestureDetector = new GestureDetector(this);
1280 return mGestureDetector.onTouchEvent(mMotionEvent);
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java111 private GestureDetector mGestureDetector; field in class:GridViewSpecial
152 mGestureDetector = new GestureDetector(context,
544 mGestureDetector.onTouchEvent(ev);
H A DViewImage.java125 GestureDetector mGestureDetector; field in class:ViewImage
296 mGestureDetector = new GestureDetector(this, new MyGestureListener());
312 mGestureDetector.onTouchEvent(event);
315 // mGestureDetector.onTouchEvent because we will not receive
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java70 private GestureDetector mGestureDetector = null; field in class:ImageShow
201 mGestureDetector = new GestureDetector(context, this);
616 mGestureDetector.onTouchEvent(event);
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java637 private final GestureDetector mGestureDetector; field in class:DayView
761 mGestureDetector = new GestureDetector(context, new CalendarGestureListener());
4266 mGestureDetector.onTouchEvent(ev);
4271 mGestureDetector.onTouchEvent(ev);
4279 mGestureDetector.onTouchEvent(ev);
4323 mGestureDetector.onTouchEvent(ev);
4330 if (mGestureDetector.onTouchEvent(ev)) {

Completed in 2639 milliseconds