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

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java392 public static int getLongPressTimeout() { method in class:ViewConfiguration
401 return getLongPressTimeout();
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp82 jmethodID getLongPressTimeout; member in struct:android::__anon1136
379 gServiceClassInfo.getLongPressTimeout);
380 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) {
1421 GET_METHOD_ID(gServiceClassInfo.getLongPressTimeout, clazz,
1422 "getLongPressTimeout", "()I");
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1412 private int getLongPressTimeout() { method in class:InputManagerService
1413 return ViewConfiguration.getLongPressTimeout();

Completed in 157 milliseconds