Home
last modified time | relevance | path

Searched refs:cancelLongPress (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppWidgetHostView.java77 mLongPressHelper.cancelLongPress(); in onInterceptTouchEvent()
82 mLongPressHelper.cancelLongPress(); in onInterceptTouchEvent()
97 mLongPressHelper.cancelLongPress(); in onInterceptTouchEvent()
101 mLongPressHelper.cancelLongPress(); in onInterceptTouchEvent()
116 mLongPressHelper.cancelLongPress(); in onTouchEvent()
120 mLongPressHelper.cancelLongPress(); in onTouchEvent()
134 public void cancelLongPress() { in cancelLongPress() method in LauncherAppWidgetHostView
135 super.cancelLongPress(); in cancelLongPress()
136 mLongPressHelper.cancelLongPress(); in cancelLongPress()
144 mLongPressHelper.cancelLongPress(); in onTouchComplete()
DBubbleTextView.java221 mLongPressHelper.cancelLongPress(); in onTouchEvent()
225 mLongPressHelper.cancelLongPress(); in onTouchEvent()
374 public void cancelLongPress() { in cancelLongPress() method in BubbleTextView
375 super.cancelLongPress(); in cancelLongPress()
377 mLongPressHelper.cancelLongPress(); in cancelLongPress()
DFolderIcon.java728 mLongPressHelper.cancelLongPress(); in onTouchEvent()
732 mLongPressHelper.cancelLongPress(); in onTouchEvent()
746 public void cancelLongPress() { in cancelLongPress() method in FolderIcon
747 super.cancelLongPress(); in cancelLongPress()
749 mLongPressHelper.cancelLongPress(); in cancelLongPress()
DPagedViewCellLayoutChildren.java44 public void cancelLongPress() { in cancelLongPress() method in PagedViewCellLayoutChildren
45 super.cancelLongPress(); in cancelLongPress()
51 child.cancelLongPress(); in cancelLongPress()
DShortcutAndWidgetContainer.java220 public void cancelLongPress() { in cancelLongPress() method in ShortcutAndWidgetContainer
221 super.cancelLongPress(); in cancelLongPress()
227 child.cancelLongPress(); in cancelLongPress()
DPagedViewCellLayout.java84 public void cancelLongPress() { in cancelLongPress() method in PagedViewCellLayout
85 super.cancelLongPress(); in cancelLongPress()
91 child.cancelLongPress(); in cancelLongPress()
DCheckLongPressHelper.java52 public void cancelLongPress() { in cancelLongPress() method in CheckLongPressHelper
DPagedViewWithDraggableItems.java155 currentPage.cancelLongPress(); in determineDraggingStart()
DCellLayout.java566 public void cancelLongPress() { in cancelLongPress() method in CellLayout
567 super.cancelLongPress(); in cancelLongPress()
573 child.cancelLongPress(); in cancelLongPress()
DPagedView.java1331 currentPage.cancelLongPress(); in requestDisallowInterceptTouchEvent()
1533 currentPage.cancelLongPress(); in cancelCurrentPageLongPress()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherAppWidgetHostView.java68 mLongPressHelper.cancelLongPress(); in onInterceptTouchEvent()
82 mLongPressHelper.cancelLongPress(); in onInterceptTouchEvent()
91 public void cancelLongPress() { in cancelLongPress() method in LauncherAppWidgetHostView
92 super.cancelLongPress(); in cancelLongPress()
94 mLongPressHelper.cancelLongPress(); in cancelLongPress()
DBubbleTextView.java241 mLongPressHelper.cancelLongPress(); in onTouchEvent()
340 public void cancelLongPress() { in cancelLongPress() method in BubbleTextView
341 super.cancelLongPress(); in cancelLongPress()
343 mLongPressHelper.cancelLongPress(); in cancelLongPress()
DPagedViewCellLayoutChildren.java44 public void cancelLongPress() { in cancelLongPress() method in PagedViewCellLayoutChildren
45 super.cancelLongPress(); in cancelLongPress()
51 child.cancelLongPress(); in cancelLongPress()
DShortcutAndWidgetContainer.java176 public void cancelLongPress() { in cancelLongPress() method in ShortcutAndWidgetContainer
177 super.cancelLongPress(); in cancelLongPress()
183 child.cancelLongPress(); in cancelLongPress()
DFolderIcon.java655 mLongPressHelper.cancelLongPress(); in onTouchEvent()
662 public void cancelLongPress() { in cancelLongPress() method in FolderIcon
663 super.cancelLongPress(); in cancelLongPress()
665 mLongPressHelper.cancelLongPress(); in cancelLongPress()
DPagedViewCellLayout.java90 public void cancelLongPress() { in cancelLongPress() method in PagedViewCellLayout
91 super.cancelLongPress(); in cancelLongPress()
97 child.cancelLongPress(); in cancelLongPress()
DCheckLongPressHelper.java51 public void cancelLongPress() { in cancelLongPress() method in CheckLongPressHelper
DPagedViewWithDraggableItems.java155 currentPage.cancelLongPress(); in determineDraggingStart()
DPagedView.java956 currentPage.cancelLongPress(); in requestDisallowInterceptTouchEvent()
1136 currentPage.cancelLongPress(); in cancelCurrentPageLongPress()
DCellLayout.java588 public void cancelLongPress() { in cancelLongPress() method in CellLayout
589 super.cancelLongPress(); in cancelLongPress()
595 child.cancelLongPress(); in cancelLongPress()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DAccessibilityLongPressTimer.java49 cancelLongPress(); in handleMessage()
59 cancelLongPress(); in startLongPress()
64 public void cancelLongPress() { in cancelLongPress() method in AccessibilityLongPressTimer
DMainKeyboardAccessibilityDelegate.java234 mAccessibilityLongPressTimer.cancelLongPress(); in onHoverEnterTo()
255 mAccessibilityLongPressTimer.cancelLongPress(); in onHoverExitFrom()
/packages/apps/Music/src/com/android/music/
DMediaPlaybackActivity.java235 v.cancelLongPress(); in onTouch()
240 v.cancelLongPress(); in onTouch()
/packages/apps/Calculator/src/com/android/calculator2/
DCalculatorEditText.java106 cancelLongPress(); in onTouchEvent()