Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java237 private final long mGlobalActionsKeyTimeout; field in ViewConfiguration
265 mGlobalActionsKeyTimeout = GLOBAL_ACTIONS_KEY_TIMEOUT; in ViewConfiguration()
347 mGlobalActionsKeyTimeout = res.getInteger( in ViewConfiguration()
721 return mGlobalActionsKeyTimeout; in getDeviceGlobalActionKeyTimeout()