Searched refs:mPendingCheckForKeyLongPress (Results 1 – 2 of 2) sorted by relevance
603 private CheckForKeyLongPress mPendingCheckForKeyLongPress; field in AbsListView2987 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()
65821 Landroid/widget/AbsListView;->mPendingCheckForKeyLongPress:Landroid/widget/AbsListView$CheckForKeyL…