OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPendingCheckForTap
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/widget/
AdapterViewAnimator.java
163
private Runnable
mPendingCheckForTap
;
623
if (
mPendingCheckForTap
== null) {
624
mPendingCheckForTap
= new CheckForTap();
627
postDelayed(
mPendingCheckForTap
, ViewConfiguration.getTapTimeout());
642
handler.removeCallbacks(
mPendingCheckForTap
);
[
all
...]
AbsListView.java
542
private Runnable
mPendingCheckForTap
;
[
all
...]
/frameworks/base/core/java/android/view/
View.java
[
all
...]
Completed in 169 milliseconds