Searched refs:mPendingCheckForKeyLongPress (Results 1 – 2 of 2) sorted by relevance
589 private CheckForKeyLongPress mPendingCheckForKeyLongPress; field in AbsListView2899 if (mPendingCheckForKeyLongPress == null) { in keyPressed()2900 mPendingCheckForKeyLongPress = new CheckForKeyLongPress(); in keyPressed()2902 mPendingCheckForKeyLongPress.rememberWindowAttachCount(); in keyPressed()2903 postDelayed(mPendingCheckForKeyLongPress, ViewConfiguration.getLongPressTimeout()); in keyPressed()3149 if (mPendingCheckForKeyLongPress != null) { in onCancelPendingInputEvents()3150 removeCallbacks(mPendingCheckForKeyLongPress); in onCancelPendingInputEvents()
69144 Landroid/widget/AbsListView;->mPendingCheckForKeyLongPress:Landroid/widget/AbsListView$CheckForKeyL…