Home
last modified time | relevance | path

Searched refs:KEY_REPEAT_DELAY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DViewConfiguration.java89 private static final int KEY_REPEAT_DELAY = 50; field in ViewConfiguration
623 return KEY_REPEAT_DELAY; in getKeyRepeatDelay()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp1728 static constexpr nsecs_t KEY_REPEAT_DELAY = 40 * 1000000; // 40 ms member in android::inputdispatcher::InputDispatcherKeyRepeatTest
1735 mFakePolicy->setKeyRepeatConfiguration(KEY_REPEAT_TIMEOUT, KEY_REPEAT_DELAY); in SetUp()