Searched refs:LONG_PRESS_TIMEOUT (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/ |
D | NoteTaskInitializer.kt | 163 val isLongPress = (eventTime - downTime) >= LONG_PRESS_TIMEOUT in KeyEvent() 176 val LONG_PRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout().toLong() constant
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
D | ShellUiAutomatorBridge.java | 79 new String[] { Settings.Secure.LONG_PRESS_TIMEOUT }, in getSystemLongPressTime()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputSettingsObserver.java | 82 Map.entry(Settings.Secure.getUriFor(Settings.Secure.LONG_PRESS_TIMEOUT), in InputSettingsObserver() 208 Settings.Secure.LONG_PRESS_TIMEOUT, ViewConfiguration.DEFAULT_LONG_PRESS_TIMEOUT, in updateLongPressTimeout()
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
D | SecureSettings.java | 88 Settings.Secure.LONG_PRESS_TIMEOUT,
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | CoreSettingsObserver.java | 79 sSecureSettingToTypeMap.put(Settings.Secure.LONG_PRESS_TIMEOUT, int.class); in sSecureSettingToTypeMap.put() argument
|
/frameworks/base/core/java/android/view/ |
D | ViewConfiguration.java | 712 return AppGlobals.getIntCoreSetting(Settings.Secure.LONG_PRESS_TIMEOUT, in getLongPressTimeout()
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
D | SecureSettingsValidators.java | 135 VALIDATORS.put(Secure.LONG_PRESS_TIMEOUT, NON_NEGATIVE_INTEGER_VALIDATOR); in VALIDATORS.put() argument
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | DatabaseHelper.java | 899 loadIntegerSetting(stmt, Settings.Secure.LONG_PRESS_TIMEOUT, in onUpgrade() 2327 loadIntegerSetting(stmt, Settings.Secure.LONG_PRESS_TIMEOUT, in loadSecureSettings()
|
D | SettingsProtoDumpUtil.java | 2319 Settings.Secure.LONG_PRESS_TIMEOUT, in dumpProtoSecureSettingsLocked() 2320 SecureSettingsProto.LONG_PRESS_TIMEOUT); in dumpProtoSecureSettingsLocked()
|
D | SettingsProvider.java | 4171 Settings.Secure.LONG_PRESS_TIMEOUT).getValue(); 4174 Settings.Secure.LONG_PRESS_TIMEOUT,
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionService.java | 126 private static final int LONG_PRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout() field in MediaSessionService 3076 mHandler.postDelayed(mLongPressTimeoutRunnable, LONG_PRESS_TIMEOUT); in handleLongPressLocked()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 9089 public static final String LONG_PRESS_TIMEOUT = "long_press_timeout"; field in Settings.Secure
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 12156 Settings.Secure.LONG_PRESS_TIMEOUT, 500, UserHandle.USER_CURRENT); in loadSettings()
|