Home
last modified time | relevance | path

Searched defs:TOUCH_EXPLORATION_ENABLED (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java74 VALIDATORS.put(Secure.TOUCH_EXPLORATION_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put()
/frameworks/base/core/java/android/provider/
DSettings.java6675 public static final String TOUCH_EXPLORATION_ENABLED = "touch_exploration_enabled"; field in Settings.Secure