/packages/apps/Calculator/src/com/android/calculator2/ |
D | PanelSwitcher.java | 34 private GestureDetector mGestureDetector; field in PanelSwitcher 58 … mGestureDetector = new GestureDetector(context, new GestureDetector.SimpleOnGestureListener() { in PanelSwitcher() 127 mGestureDetector.onTouchEvent(event); in onTouchEvent() 133 return mGestureDetector.onTouchEvent(event); in onInterceptTouchEvent()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GestureRecognizer.java | 42 private final GestureDetector mGestureDetector; field in GestureRecognizer 49 mGestureDetector = new GestureDetector(context, new MyGestureListener(), in GestureRecognizer() 57 mGestureDetector.onTouchEvent(event); in onTouchEvent()
|
D | SlotView.java | 63 private final GestureDetector mGestureDetector; field in SlotView 92 mGestureDetector = new GestureDetector( in SlotView() 205 mGestureDetector.onTouchEvent(event); in onTouch()
|
/packages/apps/Music/src/com/android/music/ |
D | TouchInterceptor.java | 65 private GestureDetector mGestureDetector; field in TouchInterceptor 91 if (mRemoveListener != null && mGestureDetector == null) { in onInterceptTouchEvent() 93 mGestureDetector = new GestureDetector(getContext(), new SimpleOnGestureListener() { in onInterceptTouchEvent() 299 if (mGestureDetector != null) { in onTouchEvent() 300 mGestureDetector.onTouchEvent(ev); in onTouchEvent()
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
D | SimpleWeeksAdapter.java | 95 protected GestureDetector mGestureDetector; field in SimpleWeeksAdapter 121 mGestureDetector = new GestureDetector(mContext, new CalendarGestureListener()); in init() 259 if (mGestureDetector.onTouchEvent(event)) { in onTouch()
|
D | MonthByWeekAdapter.java | 314 if (mGestureDetector.onTouchEvent(event)) { in onTouch()
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
D | SkbContainer.java | 81 private GestureDetector mGestureDetector; field in SkbContainer 213 mGestureDetector = gestureDetector; in setGestureDetector() 452 if (mGestureDetector.onTouchEvent(event)) { in onTouchEvent()
|
D | CandidateView.java | 223 private GestureDetector mGestureDetector; field in CandidateView 276 mGestureDetector = gestureDetector; in initialize() 644 if (mGestureDetector.onTouchEvent(event)) {
|
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
D | KenBurnsActivity.java | 72 private GestureDetector mGestureDetector; field in KenBurnsActivity 261 mGestureDetector = new GestureDetector(this, new MyGestureListener()); in onCreate() 336 mGestureDetector.onTouchEvent(ev); in onCreate()
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
D | MediaItemView.java | 65 private final GestureDetector mGestureDetector; field in MediaItemView 129 mGestureDetector = new GestureDetector(context, new MyGestureListener()); in MediaItemView() 562 mGestureDetector.onTouchEvent(ev); in onTouchEvent()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | GridViewSpecial.java | 111 private GestureDetector mGestureDetector; field in GridViewSpecial 152 mGestureDetector = new GestureDetector(context, in init() 544 mGestureDetector.onTouchEvent(ev); in onTouchEvent()
|
D | ViewImage.java | 125 GestureDetector mGestureDetector; field in ViewImage 296 mGestureDetector = new GestureDetector(this, new MyGestureListener()); 312 mGestureDetector.onTouchEvent(event);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | KeyboardView.java | 205 private GestureDetector mGestureDetector; field in KeyboardView 381 …mGestureDetector = new GestureDetector(getContext(), new GestureDetector.SimpleOnGestureListener()… in initGestureDetector() 433 mGestureDetector.setIsLongpressEnabled(false); in initGestureDetector() 1197 if (mGestureDetector.onTouchEvent(me)) {
|
D | TextCandidatesViewManager.java | 166 private GestureDetector mGestureDetector; field in TextCandidatesViewManager 519 mGestureDetector = new GestureDetector(this); in initView() 1280 return mGestureDetector.onTouchEvent(mMotionEvent); in onTouchSync()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | DayView.java | 635 private final GestureDetector mGestureDetector; field in DayView 762 mGestureDetector = new GestureDetector(context, new CalendarGestureListener()); in DayView() 4224 mGestureDetector.onTouchEvent(ev); in onTouchEvent() 4229 mGestureDetector.onTouchEvent(ev); in onTouchEvent() 4237 mGestureDetector.onTouchEvent(ev); in onTouchEvent() 4281 mGestureDetector.onTouchEvent(ev); in onTouchEvent() 4288 if (mGestureDetector.onTouchEvent(ev)) { in onTouchEvent()
|