Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java596 private CheckForLongPress mPendingCheckForLongPress; field in AbsListView
3242 if (mPendingCheckForLongPress != null) { in onCancelPendingInputEvents()
3243 removeCallbacks(mPendingCheckForLongPress); in onCancelPendingInputEvents()
3617 if (mPendingCheckForLongPress == null) { in run()
3618 mPendingCheckForLongPress = new CheckForLongPress(); in run()
3620 mPendingCheckForLongPress.setCoords(x, y); in run()
3621 mPendingCheckForLongPress.rememberWindowAttachCount(); in run()
3622 postDelayed(mPendingCheckForLongPress, longPressTimeout); in run()
3650 removeCallbacks(mPendingCheckForLongPress); in startScrollIfNeeded()
4177 mPendingCheckForTap : mPendingCheckForLongPress); in onTouchMove()
[all …]
/frameworks/base/core/java/android/view/
DView.java5303 private CheckForLongPress mPendingCheckForLongPress; field in View
18108 if (mPendingCheckForLongPress != null) { in removeLongPressCallback()
18109 removeCallbacks(mPendingCheckForLongPress); in removeLongPressCallback()
18118 if (mPendingCheckForLongPress == null) { in hasPendingLongPressCallback()
18125 return attachInfo.mHandler.hasCallbacks(mPendingCheckForLongPress); in hasPendingLongPressCallback()
29550 if (mPendingCheckForLongPress == null) { in checkForLongClick()
29551 mPendingCheckForLongPress = new CheckForLongPress(); in checkForLongClick()
29553 mPendingCheckForLongPress.setAnchor(x, y); in checkForLongClick()
29554 mPendingCheckForLongPress.rememberWindowAttachCount(); in checkForLongClick()
29555 mPendingCheckForLongPress.rememberPressedState(); in checkForLongClick()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62938 Landroid/view/View;->mPendingCheckForLongPress:Landroid/view/View$CheckForLongPress;