Searched refs:TOUCH_EXPLORATION_ENABLED (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsHelper.java | 260 case Settings.Secure.TOUCH_EXPLORATION_ENABLED: in isAlreadyConfiguredCriticalAccessibilitySetting()
|
D | DatabaseHelper.java | 975 loadBooleanSetting(stmt, Settings.Secure.TOUCH_EXPLORATION_ENABLED, in onUpgrade() 1137 Settings.Secure.TOUCH_EXPLORATION_ENABLED, 0) == 1; in onUpgrade() 2368 loadBooleanSetting(stmt, Settings.Secure.TOUCH_EXPLORATION_ENABLED, in loadSecureSettings()
|
D | SettingsProtoDumpUtil.java | 1734 Settings.Secure.TOUCH_EXPLORATION_ENABLED, in dumpProtoSecureSettingsLocked() 1735 SecureSettingsProto.Accessibility.TOUCH_EXPLORATION_ENABLED); in dumpProtoSecureSettingsLocked()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 1809 Settings.Secure.TOUCH_EXPLORATION_ENABLED, 1, in showEnableTouchExplorationDialog() 1997 Settings.Secure.TOUCH_EXPLORATION_ENABLED, 0, userState.mUserId) == 1; in readTouchExplorationEnabledSettingLocked() 2062 Settings.Secure.TOUCH_EXPLORATION_ENABLED, enabled ? 1 : 0, in updateTouchExplorationLocked() 4282 Settings.Secure.TOUCH_EXPLORATION_ENABLED);
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 6530 public static final String TOUCH_EXPLORATION_ENABLED = "touch_exploration_enabled"; field in Settings.Secure 9038 TOUCH_EXPLORATION_ENABLED, 9182 VALIDATORS.put(TOUCH_EXPLORATION_ENABLED, TOUCH_EXPLORATION_ENABLED_VALIDATOR); in VALIDATORS.put() argument
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25362 …field public static final java.lang.String TOUCH_EXPLORATION_ENABLED = "touch_exploration_enabled";
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 39137 field public static final String TOUCH_EXPLORATION_ENABLED = "touch_exploration_enabled";
|
/frameworks/base/api/ |
D | current.txt | 39281 field public static final String TOUCH_EXPLORATION_ENABLED = "touch_exploration_enabled";
|