HomeSort by relevance Sort by last modified time
    Searched refs:mStylusEventHelper (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetCell.java 73 private StylusEventHelper mStylusEventHelper;
95 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
212 if (mStylusEventHelper.onMotionEvent(ev)) {
LauncherAppWidgetHostView.java 70 private final StylusEventHelper mStylusEventHelper;
100 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
175 if (mStylusEventHelper.onMotionEvent(ev)) {
187 if (!mStylusEventHelper.inStylusButtonPressed()) {
  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 101 private final StylusEventHelper mStylusEventHelper;
170 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
289 if (mStylusEventHelper.onMotionEvent(event)) {
297 if (!mStylusEventHelper.inStylusButtonPressed()) {
CellLayout.java 104 private final StylusEventHelper mStylusEventHelper;
285 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
343 && mStylusEventHelper.onMotionEvent(ev)) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderIcon.java 83 private StylusEventHelper mStylusEventHelper;
142 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
601 if (mStylusEventHelper.onMotionEvent(event)) {

Completed in 101 milliseconds