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

/frameworks/base/core/java/android/widget/
H A DAbsListView.java533 private CheckForKeyLongPress mPendingCheckForKeyLongPress; field in class:AbsListView
2493 if (mPendingCheckForKeyLongPress == null) {
2494 mPendingCheckForKeyLongPress = new CheckForKeyLongPress();
2496 mPendingCheckForKeyLongPress.rememberWindowAttachCount();
2497 postDelayed(mPendingCheckForKeyLongPress, ViewConfiguration.getLongPressTimeout());

Completed in 319 milliseconds