Searched refs:mPendingCheckForKeyLongPress (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAbsListView.java555 private CheckForKeyLongPress mPendingCheckForKeyLongPress; field in class:AbsListView
2757 if (mPendingCheckForKeyLongPress == null) {
2758 mPendingCheckForKeyLongPress = new CheckForKeyLongPress();
2760 mPendingCheckForKeyLongPress.rememberWindowAttachCount();
2761 postDelayed(mPendingCheckForKeyLongPress, ViewConfiguration.getLongPressTimeout());
3002 if (mPendingCheckForKeyLongPress != null) {
3003 removeCallbacks(mPendingCheckForKeyLongPress);

Completed in 41 milliseconds