OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDoubleTapTimeout
(Results
1 - 5
of
5
) sorted by null
/external/setupdesign/main/src/com/google/android/setupdesign/gesture/
ConsecutiveTapsGestureDetector.java
50
this(listener, view, ViewConfiguration.
getDoubleTapTimeout
());
/cts/tests/tests/view/src/android/view/cts/
ViewConfigurationTest.java
58
ViewConfiguration.
getDoubleTapTimeout
();
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowViewConfigurationTest.java
37
assertEquals(300, ViewConfiguration.
getDoubleTapTimeout
());
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowViewConfiguration.java
146
protected static int
getDoubleTapTimeout
() {
/cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java
200
private static final int CLICK_TIMEOUT = ViewConfiguration.
getDoubleTapTimeout
() + 50;
[
all
...]
Completed in 182 milliseconds