Searched refs:mPendingCheckForLongPress (Results 1 – 2 of 2) sorted by relevance
549 private CheckForLongPress mPendingCheckForLongPress; field in AbsListView3090 if (mPendingCheckForLongPress != null) { in onCancelPendingInputEvents()3091 removeCallbacks(mPendingCheckForLongPress); in onCancelPendingInputEvents()3463 if (mPendingCheckForLongPress == null) { in run()3464 mPendingCheckForLongPress = new CheckForLongPress(); in run()3466 mPendingCheckForLongPress.setCoords(x, y); in run()3467 mPendingCheckForLongPress.rememberWindowAttachCount(); in run()3468 postDelayed(mPendingCheckForLongPress, longPressTimeout); in run()3496 removeCallbacks(mPendingCheckForLongPress); in startScrollIfNeeded()3976 mPendingCheckForTap : mPendingCheckForLongPress); in onTouchMove()[all …]
4197 private CheckForLongPress mPendingCheckForLongPress; field in View13099 if (mPendingCheckForLongPress != null) {13100 removeCallbacks(mPendingCheckForLongPress);23143 if (mPendingCheckForLongPress == null) {23144 mPendingCheckForLongPress = new CheckForLongPress();23146 mPendingCheckForLongPress.setAnchor(x, y);23147 mPendingCheckForLongPress.rememberWindowAttachCount();23148 mPendingCheckForLongPress.rememberPressedState();23149 postDelayed(mPendingCheckForLongPress,