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.java108 protected boolean shouldIgnoreTouchDown(float x, float y) { in shouldIgnoreTouchDown() method in DeepShortcutTextView
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java374 && shouldIgnoreTouchDown(event.getX(), event.getY())) { in onTouchEvent()
390 protected boolean shouldIgnoreTouchDown(float x, float y) { in shouldIgnoreTouchDown() method in BubbleTextView
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java714 && shouldIgnoreTouchDown(event.getX(), event.getY())) { in onTouchEvent()
729 protected boolean shouldIgnoreTouchDown(float x, float y) { in shouldIgnoreTouchDown() method in FolderIcon