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

  /packages/apps/Launcher3/src/com/android/launcher3/
StylusEventHelper.java 31 public boolean checkAndPerformStylusEvent(MotionEvent event) {
LauncherAppWidgetHostView.java 96 if (mStylusEventHelper.checkAndPerformStylusEvent(ev)) {
BubbleTextView.java 271 if (mStylusEventHelper.checkAndPerformStylusEvent(event)) {
FolderIcon.java 726 if (mStylusEventHelper.checkAndPerformStylusEvent(event)) {
CellLayout.java 341 && mStylusEventHelper.checkAndPerformStylusEvent(ev)) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetCell.java 214 if (mStylusEventHelper.checkAndPerformStylusEvent(ev)) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperPickerActivity.java     [all...]

Completed in 113 milliseconds