Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java297 private final long mGlobalActionsKeyTimeout; field in ViewConfiguration
328 mGlobalActionsKeyTimeout = GLOBAL_ACTIONS_KEY_TIMEOUT; in ViewConfiguration()
415 mGlobalActionsKeyTimeout = res.getInteger( in ViewConfiguration()
838 return mGlobalActionsKeyTimeout; in getDeviceGlobalActionKeyTimeout()