Searched defs:getLongPressTimeout (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java433 public static int getLongPressTimeout() { method in class:ViewConfiguration
442 return getLongPressTimeout();
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp85 jmethodID getLongPressTimeout; member in struct:android::__anon1000
396 gServiceClassInfo.getLongPressTimeout);
397 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) {
1483 GET_METHOD_ID(gServiceClassInfo.getLongPressTimeout, clazz,
1484 "getLongPressTimeout", "()I");
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1549 private int getLongPressTimeout() { method in class:InputManagerService
1550 return ViewConfiguration.getLongPressTimeout();

Completed in 2877 milliseconds