Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherAppWidgetHostView.java71 mLongPressHelper.cancelLongPress(); in onInterceptTouchEvent()
85 mLongPressHelper.cancelLongPress(); in onInterceptTouchEvent()
94 public void cancelLongPress() { in cancelLongPress() method in LauncherAppWidgetHostView
95 super.cancelLongPress(); in cancelLongPress()
97 mLongPressHelper.cancelLongPress(); in cancelLongPress()
DPagedViewCellLayoutChildren.java44 public void cancelLongPress() { in cancelLongPress() method in PagedViewCellLayoutChildren
45 super.cancelLongPress(); in cancelLongPress()
51 child.cancelLongPress(); in cancelLongPress()
DBubbleTextView.java230 mLongPressHelper.cancelLongPress(); in onTouchEvent()
329 public void cancelLongPress() { in cancelLongPress() method in BubbleTextView
330 super.cancelLongPress(); in cancelLongPress()
332 mLongPressHelper.cancelLongPress(); in cancelLongPress()
DShortcutAndWidgetContainer.java160 public void cancelLongPress() { in cancelLongPress() method in ShortcutAndWidgetContainer
161 super.cancelLongPress(); in cancelLongPress()
167 child.cancelLongPress(); in cancelLongPress()
DCheckLongPressHelper.java51 public void cancelLongPress() { in cancelLongPress() method in CheckLongPressHelper
DPagedViewCellLayout.java101 public void cancelLongPress() { in cancelLongPress() method in PagedViewCellLayout
102 super.cancelLongPress(); in cancelLongPress()
108 child.cancelLongPress(); in cancelLongPress()
DFolderIcon.java619 mLongPressHelper.cancelLongPress(); in onTouchEvent()
626 public void cancelLongPress() { in cancelLongPress() method in FolderIcon
627 super.cancelLongPress(); in cancelLongPress()
629 mLongPressHelper.cancelLongPress(); in cancelLongPress()
DPagedViewWithDraggableItems.java155 currentPage.cancelLongPress(); in determineDraggingStart()
DPagedView.java910 currentPage.cancelLongPress(); in requestDisallowInterceptTouchEvent()
1081 currentPage.cancelLongPress(); in cancelCurrentPageLongPress()
DCellLayout.java536 public void cancelLongPress() { in cancelLongPress() method in CellLayout
537 super.cancelLongPress(); in cancelLongPress()
543 child.cancelLongPress(); in cancelLongPress()
/packages/apps/Calculator/src/com/android/calculator2/
DCalculatorEditText.java60 cancelLongPress(); in onTouchEvent()
/packages/apps/Music/src/com/android/music/
DMediaPlaybackActivity.java235 v.cancelLongPress(); in onTouch()
240 v.cancelLongPress(); in onTouch()