Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetHostView.java67 private final StylusEventHelper mStylusEventHelper; field in LauncherAppWidgetHostView
94 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this); in LauncherAppWidgetHostView()
172 if (mStylusEventHelper.onMotionEvent(ev)) { in onInterceptTouchEvent()
184 if (!mStylusEventHelper.inStylusButtonPressed()) { in onInterceptTouchEvent()
DWidgetCell.java75 private StylusEventHelper mStylusEventHelper; field in WidgetCell
99 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this); in WidgetCell()
217 if (mStylusEventHelper.onMotionEvent(ev)) { in onTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java110 private final StylusEventHelper mStylusEventHelper; field in BubbleTextView
193 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this); in BubbleTextView()
347 if (mStylusEventHelper.onMotionEvent(event)) { in onTouchEvent()
355 if (!mStylusEventHelper.inStylusButtonPressed()) { in onTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java87 private StylusEventHelper mStylusEventHelper; field in FolderIcon
149 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this); in init()
620 if (mStylusEventHelper.onMotionEvent(event)) { in onTouchEvent()