Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewConfiguration.java367 private final long mScreenshotChordKeyTimeout; field in ViewConfiguration
413 mScreenshotChordKeyTimeout = SCREENSHOT_CHORD_KEY_TIMEOUT; in ViewConfiguration()
546 mScreenshotChordKeyTimeout = res.getInteger( in ViewConfiguration()
1018 return mScreenshotChordKeyTimeout; in getScreenshotChordKeyTimeout()