Home
last modified time | relevance | path

Searched refs:mPendingCheckForShortPress (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewWidget.java44 CheckForShortPress mPendingCheckForShortPress = null; field in PagedViewWidget
190 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()