Searched defs:mStylusEventHelper (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetCell.java73 private StylusEventHelper mStylusEventHelper; field in class:WidgetCell
95 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
212 if (mStylusEventHelper.onMotionEvent(ev)) {
H A DLauncherAppWidgetHostView.java70 private final StylusEventHelper mStylusEventHelper; field in class:LauncherAppWidgetHostView
100 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
175 if (mStylusEventHelper.onMotionEvent(ev)) {
187 if (!mStylusEventHelper.inStylusButtonPressed()) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java101 private final StylusEventHelper mStylusEventHelper; field in class:BubbleTextView
170 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
289 if (mStylusEventHelper.onMotionEvent(event)) {
297 if (!mStylusEventHelper.inStylusButtonPressed()) {
H A DCellLayout.java104 private final StylusEventHelper mStylusEventHelper; field in class:CellLayout
285 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
343 && mStylusEventHelper.onMotionEvent(ev)) {
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderIcon.java83 private StylusEventHelper mStylusEventHelper; field in class:FolderIcon
142 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
601 if (mStylusEventHelper.onMotionEvent(event)) {

Completed in 73 milliseconds