Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DAbsListView.java603 private CheckForKeyLongPress mPendingCheckForKeyLongPress; field in AbsListView
2987 if (mPendingCheckForKeyLongPress == null) { in keyPressed()
2988 mPendingCheckForKeyLongPress = new CheckForKeyLongPress(); in keyPressed()
2990 mPendingCheckForKeyLongPress.rememberWindowAttachCount(); in keyPressed()
2991 postDelayed(mPendingCheckForKeyLongPress, ViewConfiguration.getLongPressTimeout()); in keyPressed()
3237 if (mPendingCheckForKeyLongPress != null) { in onCancelPendingInputEvents()
3238 removeCallbacks(mPendingCheckForKeyLongPress); in onCancelPendingInputEvents()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt65821 Landroid/widget/AbsListView;->mPendingCheckForKeyLongPress:Landroid/widget/AbsListView$CheckForKeyL…