Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java242 private final long mGlobalActionsKeyTimeout; field in ViewConfiguration
270 mGlobalActionsKeyTimeout = GLOBAL_ACTIONS_KEY_TIMEOUT; in ViewConfiguration()
352 mGlobalActionsKeyTimeout = res.getInteger( in ViewConfiguration()
726 return mGlobalActionsKeyTimeout; in getDeviceGlobalActionKeyTimeout()