Searched refs:mPendingCheckForShortPress (Results 1 - 2 of 2) 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);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewWidget.java45 CheckForShortPress mPendingCheckForShortPress = null; field in class:PagedViewWidget
206 if (mPendingCheckForShortPress == null) {
207 mPendingCheckForShortPress = new CheckForShortPress();
209 postDelayed(mPendingCheckForShortPress, 120);
216 if (mPendingCheckForShortPress != null) {
217 removeCallbacks(mPendingCheckForShortPress);

Completed in 45 milliseconds