Searched refs:mPendingCheckForShortPress (Results 1 – 1 of 1) sorted by relevance
44 CheckForShortPress mPendingCheckForShortPress = null; field in PagedViewWidget190 if (mPendingCheckForShortPress == null) { in checkForShortPress()191 mPendingCheckForShortPress = new CheckForShortPress(); in checkForShortPress()193 postDelayed(mPendingCheckForShortPress, 120); in checkForShortPress()200 if (mPendingCheckForShortPress != null) { in removeShortPressCallback()201 removeCallbacks(mPendingCheckForShortPress); in removeShortPressCallback()