Home | History | Annotate | Download | only in widget

Lines Matching refs:mPendingCheckForLongPress

541     private CheckForLongPress mPendingCheckForLongPress;
3010 if (mPendingCheckForLongPress != null) {
3011 removeCallbacks(mPendingCheckForLongPress);
3301 if (mPendingCheckForLongPress == null) {
3302 mPendingCheckForLongPress = new CheckForLongPress();
3304 mPendingCheckForLongPress.rememberWindowAttachCount();
3305 postDelayed(mPendingCheckForLongPress, longPressTimeout);
3333 removeCallbacks(mPendingCheckForLongPress);
3787 mPendingCheckForTap : mPendingCheckForLongPress);
3833 mPendingCheckForTap : mPendingCheckForLongPress);
3965 removeCallbacks(mPendingCheckForLongPress);
4004 removeCallbacks(mPendingCheckForLongPress);