Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java607 private CheckForKeyLongPress mPendingCheckForKeyLongPress; field in AbsListView
2995 if (mPendingCheckForKeyLongPress == null) { in keyPressed()
2996 mPendingCheckForKeyLongPress = new CheckForKeyLongPress(); in keyPressed()
2998 mPendingCheckForKeyLongPress.rememberWindowAttachCount(); in keyPressed()
2999 postDelayed(mPendingCheckForKeyLongPress, ViewConfiguration.getLongPressTimeout()); in keyPressed()
3245 if (mPendingCheckForKeyLongPress != null) { in onCancelPendingInputEvents()
3246 removeCallbacks(mPendingCheckForKeyLongPress); in onCancelPendingInputEvents()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt65178 Landroid/widget/AbsListView;->mPendingCheckForKeyLongPress:Landroid/widget/AbsListView$CheckForKeyL…