Home
last modified time | relevance | path

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

/frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/
DAutomationUtils.java53 private static final long LONG_PRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout() * 2L; field in AutomationUtils
156 recentsButton.click(LONG_PRESS_TIMEOUT); in longPressRecents()
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
DShellUiAutomatorBridge.java76 new String[] { Settings.Secure.LONG_PRESS_TIMEOUT }, in getSystemLongPressTime()
/frameworks/base/services/core/java/com/android/server/am/
DCoreSettingsObserver.java50 sSecureSettingToTypeMap.put(Settings.Secure.LONG_PRESS_TIMEOUT, int.class); in sSecureSettingToTypeMap.put() argument
/frameworks/base/core/java/android/view/
DViewConfiguration.java564 return AppGlobals.getIntCoreSetting(Settings.Secure.LONG_PRESS_TIMEOUT, in getLongPressTimeout()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java908 loadIntegerSetting(stmt, Settings.Secure.LONG_PRESS_TIMEOUT, in onUpgrade()
2365 loadIntegerSetting(stmt, Settings.Secure.LONG_PRESS_TIMEOUT, in loadSecureSettings()
DSettingsProtoDumpUtil.java2064 Settings.Secure.LONG_PRESS_TIMEOUT, in dumpProtoSecureSettingsLocked()
2065 SecureSettingsProto.LONG_PRESS_TIMEOUT); in dumpProtoSecureSettingsLocked()
DSettingsProvider.java3522 Settings.Secure.LONG_PRESS_TIMEOUT).getValue();
3525 Settings.Secure.LONG_PRESS_TIMEOUT,
/frameworks/base/core/java/android/provider/
DSettings.java6960 public static final String LONG_PRESS_TIMEOUT = "long_press_timeout"; field in Settings.Secure
8938 LONG_PRESS_TIMEOUT,
9101 VALIDATORS.put(LONG_PRESS_TIMEOUT, LONG_PRESS_TIMEOUT_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java6536 Settings.Secure.LONG_PRESS_TIMEOUT, 500, UserHandle.USER_CURRENT); in loadSettings()