Searched refs:getKeyRepeatTimeout (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java407 public static int getKeyRepeatTimeout() { method in class:ViewConfiguration
H A DViewRootImpl.java4412 sendMessageDelayed(m, ViewConfiguration.getKeyRepeatTimeout());
4436 sendMessageDelayed(m, ViewConfiguration.getKeyRepeatTimeout());
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp78 jmethodID getKeyRepeatTimeout; member in struct:android::__anon1190
608 gServiceClassInfo.getKeyRepeatTimeout);
609 if (!checkAndClearExceptionFromCallback(env, "getKeyRepeatTimeout")) {
1416 GET_METHOD_ID(gServiceClassInfo.getKeyRepeatTimeout, clazz,
1417 "getKeyRepeatTimeout", "()I");
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1389 private int getKeyRepeatTimeout() { method in class:InputManagerService
1390 return ViewConfiguration.getKeyRepeatTimeout();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java4147 mHandler.sendMessageDelayed(msg, ViewConfiguration.getKeyRepeatTimeout());

Completed in 567 milliseconds