Searched refs:mPendingCheckForLongPress (Results 1 – 3 of 3) sorted by relevance
596 private CheckForLongPress mPendingCheckForLongPress; field in AbsListView3242 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 …]
5303 private CheckForLongPress mPendingCheckForLongPress; field in View18108 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 …]
62938 Landroid/view/View;->mPendingCheckForLongPress:Landroid/view/View$CheckForLongPress;