Searched refs:KEY_REPEAT_DELAY_MS (Results 1 – 6 of 6) sorted by relevance
92 Map.entry(Settings.Secure.getUriFor(Settings.Secure.KEY_REPEAT_DELAY_MS), in InputSettingsObserver()229 Settings.Secure.KEY_REPEAT_DELAY_MS, ViewConfiguration.getKeyRepeatDelay(), in updateKeyRepeatInfo()
90 Settings.Secure.KEY_REPEAT_DELAY_MS,
82 sSecureSettingToTypeMap.put(Settings.Secure.KEY_REPEAT_DELAY_MS, int.class); in sSecureSettingToTypeMap.put() argument
737 return AppGlobals.getIntCoreSetting(Settings.Secure.KEY_REPEAT_DELAY_MS, in getKeyRepeatDelay()
137 VALIDATORS.put(Secure.KEY_REPEAT_DELAY_MS, NON_NEGATIVE_INTEGER_VALIDATOR); in VALIDATORS.put() argument
9109 public static final String KEY_REPEAT_DELAY_MS = "key_repeat_delay"; field in Settings.Secure