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

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java438 public static int getLongPressTimeout() { method in class:ViewConfiguration
447 return getLongPressTimeout();
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1549 private int getLongPressTimeout() { method in class:InputManagerService
1550 return ViewConfiguration.getLongPressTimeout();
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp89 jmethodID getLongPressTimeout; member in struct:android::__anon1055
420 gServiceClassInfo.getLongPressTimeout);
421 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) {
1510 GET_METHOD_ID(gServiceClassInfo.getLongPressTimeout, clazz,
1511 "getLongPressTimeout", "()I");

Completed in 83 milliseconds