Home
last modified time | relevance | path

Searched refs:StylusEventHelper (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java37 import com.android.launcher3.StylusEventHelper;
75 private StylusEventHelper mStylusEventHelper;
99 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this); in WidgetCell()
DLauncherAppWidgetHostView.java44 import com.android.launcher3.StylusEventHelper;
67 private final StylusEventHelper mStylusEventHelper;
94 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this); in LauncherAppWidgetHostView()
/packages/apps/Launcher3/src/com/android/launcher3/
DStylusEventHelper.java11 public class StylusEventHelper { class
48 public StylusEventHelper(StylusButtonListener listener, View view) { in StylusEventHelper() method in StylusEventHelper
DSimpleOnStylusPressListener.java6 import com.android.launcher3.StylusEventHelper.StylusButtonListener;
DBubbleTextView.java110 private final StylusEventHelper mStylusEventHelper;
193 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this); in BubbleTextView()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java56 import com.android.launcher3.StylusEventHelper;
87 private StylusEventHelper mStylusEventHelper;
149 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this); in init()