Home
last modified time | relevance | path

Searched refs:mStylusEventHelper (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppWidgetHostView.java65 private final StylusEventHelper mStylusEventHelper; field in LauncherAppWidgetHostView
95 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this); in LauncherAppWidgetHostView()
180 if (mStylusEventHelper.onMotionEvent(ev)) { in onInterceptTouchEvent()
192 if (!mStylusEventHelper.inStylusButtonPressed()) { in onInterceptTouchEvent()
DBubbleTextView.java82 private final StylusEventHelper mStylusEventHelper; field in BubbleTextView
180 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this); in BubbleTextView()
304 if (mStylusEventHelper.onMotionEvent(event)) { in onTouchEvent()
319 if (!mStylusEventHelper.inStylusButtonPressed()) { in onTouchEvent()
DCellLayout.java104 private StylusEventHelper mStylusEventHelper; field in CellLayout
291 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this); in CellLayout()
352 && mStylusEventHelper.onMotionEvent(ev)) { in onTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java73 private StylusEventHelper mStylusEventHelper; field in WidgetCell
92 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this); in WidgetCell()
197 if (mStylusEventHelper.onMotionEvent(ev)) { in onTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java98 private StylusEventHelper mStylusEventHelper; field in FolderIcon
166 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this); in init()
1079 if (mStylusEventHelper.onMotionEvent(event)) {