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

  /packages/apps/Launcher3/src/com/android/launcher3/
SimpleOnStylusPressListener.java 11 public class SimpleOnStylusPressListener implements StylusButtonListener {
14 public SimpleOnStylusPressListener(View view) {
LauncherAppWidgetHostView.java 95 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
BubbleTextView.java 180 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
CellLayout.java 291 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetCell.java 35 import com.android.launcher3.SimpleOnStylusPressListener;
92 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderIcon.java 69 import com.android.launcher3.SimpleOnStylusPressListener;
166 mStylusEventHelper = new StylusEventHelper(new SimpleOnStylusPressListener(this), this);
    [all...]

Completed in 2788 milliseconds