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

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java605 final class CheckForTap implements Runnable { class in class:AdapterViewAnimator
624 mPendingCheckForTap = new CheckForTap();
H A DAbsListView.java526 * The last CheckForTap runnable we posted, if any
2952 final class CheckForTap implements Runnable { class in class:AbsListView
3301 mPendingCheckForTap = new CheckForTap();
/frameworks/base/core/java/android/view/
H A DView.java3033 private CheckForTap mPendingCheckForTap = null;
8243 mPendingCheckForTap = new CheckForTap();
17330 private final class CheckForTap implements Runnable { class in class:View

Completed in 122 milliseconds