Searched refs:mPendingCheckForLongPress (Results 1 – 3 of 3) sorted by relevance
576 private CheckForLongPress mPendingCheckForLongPress; field in AbsListView3154 if (mPendingCheckForLongPress != null) { in onCancelPendingInputEvents()3155 removeCallbacks(mPendingCheckForLongPress); in onCancelPendingInputEvents()3529 if (mPendingCheckForLongPress == null) { in run()3530 mPendingCheckForLongPress = new CheckForLongPress(); in run()3532 mPendingCheckForLongPress.setCoords(x, y); in run()3533 mPendingCheckForLongPress.rememberWindowAttachCount(); in run()3534 postDelayed(mPendingCheckForLongPress, longPressTimeout); in run()3562 removeCallbacks(mPendingCheckForLongPress); in startScrollIfNeeded()4043 mPendingCheckForTap : mPendingCheckForLongPress); in onTouchMove()[all …]
4789 private CheckForLongPress mPendingCheckForLongPress; field in View15523 if (mPendingCheckForLongPress != null) { in removeLongPressCallback()15524 removeCallbacks(mPendingCheckForLongPress); in removeLongPressCallback()15533 if (mPendingCheckForLongPress == null) { in hasPendingLongPressCallback()15540 return attachInfo.mHandler.hasCallbacks(mPendingCheckForLongPress); in hasPendingLongPressCallback()26280 if (mPendingCheckForLongPress == null) { in checkForLongClick()26281 mPendingCheckForLongPress = new CheckForLongPress(); in checkForLongClick()26283 mPendingCheckForLongPress.setAnchor(x, y); in checkForLongClick()26284 mPendingCheckForLongPress.rememberWindowAttachCount(); in checkForLongClick()26285 mPendingCheckForLongPress.rememberPressedState(); in checkForLongClick()[all …]
78010 Landroid/view/View;->mPendingCheckForLongPress:Landroid/view/View$CheckForLongPress;