Home
last modified time | relevance | path

Searched defs:LONG_PRESS_TIMEOUT (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskInitializer.kt165 val LONG_PRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout().toLong() constant
/frameworks/base/services/core/java/com/android/server/am/
DCoreSettingsObserver.java80 sSecureSettingToTypeMap.put(Settings.Secure.LONG_PRESS_TIMEOUT, int.class); in sSecureSettingToTypeMap.put()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionService.java115 private static final int LONG_PRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout() field in MediaSessionService
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java127 VALIDATORS.put(Secure.LONG_PRESS_TIMEOUT, NON_NEGATIVE_INTEGER_VALIDATOR); in VALIDATORS.put()
/frameworks/base/core/java/android/provider/
DSettings.java8514 public static final String LONG_PRESS_TIMEOUT = "long_press_timeout"; field in Settings.Secure