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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAppWidgetHostView.java45 private StylusEventHelper mStylusEventHelper; field in class:LauncherAppWidgetHostView
61 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
107 if (mStylusEventHelper.onMotionEvent(ev)) {
113 if (!mStylusEventHelper.inStylusButtonPressed()) {
H A DBubbleTextView.java77 private final StylusEventHelper mStylusEventHelper; field in class:BubbleTextView
151 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
290 if (mStylusEventHelper.onMotionEvent(event)) {
305 if (!mStylusEventHelper.inStylusButtonPressed()) {
H A DCellLayout.java110 private StylusEventHelper mStylusEventHelper; field in class:CellLayout
293 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
355 && mStylusEventHelper.onMotionEvent(ev)) {
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetCell.java75 private StylusEventHelper mStylusEventHelper; field in class:WidgetCell
92 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
196 if (mStylusEventHelper.onMotionEvent(ev)) {
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderIcon.java90 private StylusEventHelper mStylusEventHelper; field in class:FolderIcon
141 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
954 if (mStylusEventHelper.onMotionEvent(event)) {

Completed in 119 milliseconds