Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java587 private CheckForKeyLongPress mPendingCheckForKeyLongPress; field in AbsListView
2907 if (mPendingCheckForKeyLongPress == null) { in keyPressed()
2908 mPendingCheckForKeyLongPress = new CheckForKeyLongPress(); in keyPressed()
2910 mPendingCheckForKeyLongPress.rememberWindowAttachCount(); in keyPressed()
2911 postDelayed(mPendingCheckForKeyLongPress, ViewConfiguration.getLongPressTimeout()); in keyPressed()
3157 if (mPendingCheckForKeyLongPress != null) { in onCancelPendingInputEvents()
3158 removeCallbacks(mPendingCheckForKeyLongPress); in onCancelPendingInputEvents()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt85964 Landroid/widget/AbsListView;->mPendingCheckForKeyLongPress:Landroid/widget/AbsListView$CheckForKeyL…