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

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java608 final class CheckForTap implements Runnable { class in class:AdapterViewAnimator
627 mPendingCheckForTap = new CheckForTap();
H A DAbsListView.java548 * The last CheckForTap runnable we posted, if any
550 private CheckForTap mPendingCheckForTap;
3267 private final class CheckForTap implements Runnable { class in class:AbsListView
3745 mPendingCheckForTap = new CheckForTap();
/frameworks/base/core/java/android/view/
H A DView.java3516 private CheckForTap mPendingCheckForTap = null;
10360 mPendingCheckForTap = new CheckForTap();
21132 private final class CheckForTap implements Runnable { class in class:View

Completed in 443 milliseconds