Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DDeepShortcutTextView.java108 protected boolean shouldIgnoreTouchDown(float x, float y) { in shouldIgnoreTouchDown() method in DeepShortcutTextView
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java414 && shouldIgnoreTouchDown(event.getX(), event.getY())) { in onTouchEvent()
430 protected boolean shouldIgnoreTouchDown(float x, float y) { in shouldIgnoreTouchDown() method in BubbleTextView
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderIcon.java721 && shouldIgnoreTouchDown(event.getX(), event.getY())) { in onTouchEvent()
736 protected boolean shouldIgnoreTouchDown(float x, float y) { in shouldIgnoreTouchDown() method in FolderIcon