Searched refs:mPendingCheckForLongPress (Results 1 – 2 of 2) sorted by relevance
510 private CheckForLongPress mPendingCheckForLongPress; field in AbsListView2747 if (mPendingCheckForLongPress == null) { in run()2748 mPendingCheckForLongPress = new CheckForLongPress(); in run()2750 mPendingCheckForLongPress.rememberWindowAttachCount(); in run()2751 postDelayed(mPendingCheckForLongPress, longPressTimeout); in run()2783 handler.removeCallbacks(mPendingCheckForLongPress); in startScrollIfNeeded()3142 mPendingCheckForTap : mPendingCheckForLongPress); in onTouchEvent()3266 handler.removeCallbacks(mPendingCheckForLongPress); in onTouchEvent()3311 handler.removeCallbacks(mPendingCheckForLongPress); in onTouchEvent()
2425 private CheckForLongPress mPendingCheckForLongPress; field in View6526 if (mPendingCheckForLongPress != null) {6527 removeCallbacks(mPendingCheckForLongPress);13412 if (mPendingCheckForLongPress == null) {13413 mPendingCheckForLongPress = new CheckForLongPress();13415 mPendingCheckForLongPress.rememberWindowAttachCount();13416 postDelayed(mPendingCheckForLongPress,