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

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java607 final class CheckForTap implements Runnable { class in class:AdapterViewAnimator
626 mPendingCheckForTap = new CheckForTap();
H A DAbsListView.java552 * The last CheckForTap runnable we posted, if any
554 private CheckForTap mPendingCheckForTap;
3416 private final class CheckForTap implements Runnable { class in class:AbsListView
3903 mPendingCheckForTap = new CheckForTap();
/frameworks/base/core/java/android/view/
H A DView.java4236 private CheckForTap mPendingCheckForTap = null;
13087 mPendingCheckForTap = new CheckForTap();
24755 private final class CheckForTap implements Runnable { class in class:View

Completed in 111 milliseconds