Searched defs:mPendingCheckForShortPress (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewWidget.java44 CheckForShortPress mPendingCheckForShortPress = null; field in class:PagedViewWidget
190 if (mPendingCheckForShortPress == null) {
191 mPendingCheckForShortPress = new CheckForShortPress();
193 postDelayed(mPendingCheckForShortPress, 120);
200 if (mPendingCheckForShortPress != null) {
201 removeCallbacks(mPendingCheckForShortPress);

Completed in 97 milliseconds