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

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

Completed in 144 milliseconds