Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DStylusEventHelper.java13 public class StylusEventHelper { class
17 public StylusEventHelper(View view) { in StylusEventHelper() method in StylusEventHelper
DLauncherAppWidgetHostView.java43 private StylusEventHelper mStylusEventHelper;
56 mStylusEventHelper = new StylusEventHelper(this); in LauncherAppWidgetHostView()
DBubbleTextView.java71 private final StylusEventHelper mStylusEventHelper;
134 mStylusEventHelper = new StylusEventHelper(this); in BubbleTextView()
DFolderIcon.java60 private StylusEventHelper mStylusEventHelper;
132 mStylusEventHelper = new StylusEventHelper(this); in init()
DCellLayout.java99 private StylusEventHelper mStylusEventHelper;
275 mStylusEventHelper = new StylusEventHelper(this); in CellLayout()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java40 import com.android.launcher3.StylusEventHelper;
79 private StylusEventHelper mStylusEventHelper;
96 mStylusEventHelper = new StylusEventHelper(this); in WidgetCell()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperPickerActivity.java1047 final StylusEventHelper stylusEventHelper = new StylusEventHelper(v);