Home | History | Annotate | Download | only in view

Lines Matching refs:mPendingCheckForTap

3334     private CheckForTap mPendingCheckForTap = null;
9498 if (mPendingCheckForTap == null) {
9499 mPendingCheckForTap = new CheckForTap();
9501 mPendingCheckForTap.x = event.getX();
9502 mPendingCheckForTap.y = event.getY();
9503 postDelayed(mPendingCheckForTap, ViewConfiguration.getTapTimeout());
9586 if (mPendingCheckForTap != null) {
9588 removeCallbacks(mPendingCheckForTap);