HomeSort by relevance Sort by last modified time
    Searched refs:mPendingCheckForTap (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 163 private Runnable mPendingCheckForTap;
628 if (mPendingCheckForTap == null) {
629 mPendingCheckForTap = new CheckForTap();
632 postDelayed(mPendingCheckForTap, ViewConfiguration.getTapTimeout());
647 handler.removeCallbacks(mPendingCheckForTap);
    [all...]
AbsListView.java 546 private CheckForTap mPendingCheckForTap;
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 50 milliseconds