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.kt176 val LONG_PRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout().toLong() constant
/frameworks/base/services/core/java/com/android/server/am/
DCoreSettingsObserver.java79 sSecureSettingToTypeMap.put(Settings.Secure.LONG_PRESS_TIMEOUT, int.class); in sSecureSettingToTypeMap.put()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionService.java126 private static final int LONG_PRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout() field in MediaSessionService
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java135 VALIDATORS.put(Secure.LONG_PRESS_TIMEOUT, NON_NEGATIVE_INTEGER_VALIDATOR); in VALIDATORS.put()
/frameworks/base/core/java/android/provider/
DSettings.java9089 public static final String LONG_PRESS_TIMEOUT = "long_press_timeout"; field in Settings.Secure