Searched defs:CheckForTap (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java610 final class CheckForTap implements Runnable { class in class:AdapterViewAnimator
629 mPendingCheckForTap = new CheckForTap();
H A DAbsListView.java544 * The last CheckForTap runnable we posted, if any
546 private CheckForTap mPendingCheckForTap;
3261 private final class CheckForTap implements Runnable { class in class:AbsListView
3726 mPendingCheckForTap = new CheckForTap();
/frameworks/base/core/java/android/view/
H A DView.java3334 private CheckForTap mPendingCheckForTap = null;
9499 mPendingCheckForTap = new CheckForTap();
19851 private final class CheckForTap implements Runnable { class in class:View

Completed in 167 milliseconds