Home
last modified time | relevance | path

Searched refs:shouldIgnoreTouchDown (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutTextView.java90 protected boolean shouldIgnoreTouchDown(float x, float y) { in shouldIgnoreTouchDown() method in DeepShortcutTextView
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java735 && shouldIgnoreTouchDown(event.getX(), event.getY())) { in onTouchEvent()
750 protected boolean shouldIgnoreTouchDown(float x, float y) { in shouldIgnoreTouchDown() method in FolderIcon
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java533 && shouldIgnoreTouchDown(event.getX(), event.getY())) { in onTouchEvent()
549 protected boolean shouldIgnoreTouchDown(float x, float y) { in shouldIgnoreTouchDown() method in BubbleTextView