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

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java399 public static int getLongPressTimeout() { method in class:ViewConfiguration
408 return getLongPressTimeout();
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp83 jmethodID getLongPressTimeout; member in struct:android::__anon1189
381 gServiceClassInfo.getLongPressTimeout);
382 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) {
1431 GET_METHOD_ID(gServiceClassInfo.getLongPressTimeout, clazz,
1432 "getLongPressTimeout", "()I");
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1413 private int getLongPressTimeout() { method in class:InputManagerService
1414 return ViewConfiguration.getLongPressTimeout();

Completed in 111 milliseconds