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

  /packages/apps/Launcher3/src/com/android/launcher3/
StylusEventHelper.java 16 public class StylusEventHelper {
20 public StylusEventHelper(View view) {
LauncherAppWidgetHostView.java 39 private StylusEventHelper mStylusEventHelper;
50 mStylusEventHelper = new StylusEventHelper(this);
BubbleTextView.java 76 private final StylusEventHelper mStylusEventHelper;
145 mStylusEventHelper = new StylusEventHelper(this);
FolderIcon.java 60 private StylusEventHelper mStylusEventHelper;
132 mStylusEventHelper = new StylusEventHelper(this);
CellLayout.java 98 private StylusEventHelper mStylusEventHelper;
279 mStylusEventHelper = new StylusEventHelper(this);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetCell.java 40 import com.android.launcher3.StylusEventHelper;
79 private StylusEventHelper mStylusEventHelper;
96 mStylusEventHelper = new StylusEventHelper(this);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperPickerActivity.java     [all...]

Completed in 391 milliseconds