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.java540 * The last CheckForTap runnable we posted, if any
3106 final class CheckForTap implements Runnable { class in class:AbsListView
3514 mPendingCheckForTap = new CheckForTap();
/frameworks/base/core/java/android/view/
H A DView.java3229 private CheckForTap mPendingCheckForTap = null;
8712 mPendingCheckForTap = new CheckForTap();
18412 private final class CheckForTap implements Runnable { class in class:View

Completed in 132 milliseconds