OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TAP_TIMEOUT
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
LongPressDetector.java
39
private static final int
TAP_TIMEOUT
= ViewConfiguration.getTapTimeout();
79
return ev.getEventTime() +
TAP_TIMEOUT
+ LONGPRESS_TIMEOUT;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowViewConfiguration.java
44
private static final int
TAP_TIMEOUT
= 115;
137
return
TAP_TIMEOUT
;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/third_party/
GestureDetector.java
215
private static final int
TAP_TIMEOUT
= ViewConfiguration.getTapTimeout();
568
+
TAP_TIMEOUT
+ LONGPRESS_TIMEOUT);
570
mHandler.sendEmptyMessageAtTime(SHOW_PRESS, mCurrentDownEvent.getDownTime() +
TAP_TIMEOUT
);
/frameworks/base/core/java/android/view/
GestureDetector.java
202
private static final int
TAP_TIMEOUT
= ViewConfiguration.getTapTimeout();
547
+
TAP_TIMEOUT
+ LONGPRESS_TIMEOUT);
549
mHandler.sendEmptyMessageAtTime(SHOW_PRESS, mCurrentDownEvent.getDownTime() +
TAP_TIMEOUT
);
ViewConfiguration.java
83
private static final int
TAP_TIMEOUT
= 180;
451
return
TAP_TIMEOUT
;
/frameworks/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java
63
private static final int
TAP_TIMEOUT
= ViewConfiguration.getTapTimeout();
316
+
TAP_TIMEOUT
+ LONGPRESS_TIMEOUT);
318
mHandler.sendEmptyMessageAtTime(SHOW_PRESS, mCurrentDownEvent.getDownTime() +
TAP_TIMEOUT
);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java
53
private final int
TAP_TIMEOUT
;
107
TAP_TIMEOUT
= ViewConfiguration.getTapTimeout();
593
// If the touch is on AM or PM, set it as "touched" after the
TAP_TIMEOUT
603
},
TAP_TIMEOUT
);
612
//
TAP_TIMEOUT
in case the user moves their finger quickly.
623
},
TAP_TIMEOUT
);
[
all
...]
/frameworks/base/core/java/android/widget/
FastScroller.java
106
private static final long
TAP_TIMEOUT
= ViewConfiguration.getTapTimeout();
[
all
...]
/development/samples/ControllerSample/libs/
android-support-v4.jar
/development/samples/training/ContactsList/libs/
android-support-v4.jar
/development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar
/development/samples/training/InteractiveChart/libs/
android-support-v4.jar
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
/external/robolectric/lib/main/
android-support-v4.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar
Completed in 800 milliseconds