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;
623 if (mPendingCheckForTap == null) {
624 mPendingCheckForTap = new CheckForTap();
627 postDelayed(mPendingCheckForTap, ViewConfiguration.getTapTimeout());
642 handler.removeCallbacks(mPendingCheckForTap);
    [all...]
AbsListView.java 528 private Runnable mPendingCheckForTap;
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 29 milliseconds