Home
last modified time | relevance | path

Searched refs:CheckForTap (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
DAdapterViewAnimator.java608 final class CheckForTap implements Runnable { class in AdapterViewAnimator
627 mPendingCheckForTap = new CheckForTap(); in onTouchEvent()
DAbsListView.java550 private CheckForTap mPendingCheckForTap;
3267 private final class CheckForTap implements Runnable { class
3745 mPendingCheckForTap = new CheckForTap(); in onTouchDown()
/frameworks/base/core/java/android/view/
DView.java3516 private CheckForTap mPendingCheckForTap = null;
10360 mPendingCheckForTap = new CheckForTap();
21132 private final class CheckForTap implements Runnable {
/frameworks/base/
Dpreloaded-classes1904 android.view.View$CheckForTap
2058 android.widget.AbsListView$CheckForTap