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