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