Searched refs:POINTER_LOCATION (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
D | PointerLocationPreferenceControllerTest.java | 62 Settings.System.POINTER_LOCATION, in updateState_pointerLocationEnabled_shouldCheckedPreference() 73 Settings.System.POINTER_LOCATION, in updateState_pointerLocationDisabled_shouldUncheckedPreference() 86 Settings.System.POINTER_LOCATION, -1 /* default */); in onPreferenceChange_preferenceChecked_shouldEnablePointerLocation() 97 Settings.System.POINTER_LOCATION, -1 /* default */); in onPreferenceChange__preferenceUnchecked_shouldDisablePointerLocation() 108 Settings.System.POINTER_LOCATION, -1 /* default */); in onDeveloperOptionsSwitchDisabled_preferenceShouldBeEnabled()
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | PointerLocationPreferenceController.java | 52 Settings.System.POINTER_LOCATION, isEnabled ? SETTING_VALUE_ON : SETTING_VALUE_OFF); in onPreferenceChange() 59 Settings.System.POINTER_LOCATION, SETTING_VALUE_OFF); in updateState() 66 Settings.System.putInt(mContext.getContentResolver(), Settings.System.POINTER_LOCATION, in onDeveloperOptionsSwitchDisabled()
|
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/ |
D | SettingsCompat.java | 124 public static final String POINTER_LOCATION = "pointer_location"; field in SettingsCompat
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/ |
D | DevelopmentFragment.java | 1002 Settings.System.POINTER_LOCATION, mPointerLocation.isChecked() ? 1 : 0); in writePointerLocationOptions() 1007 Settings.System.getInt(mContentResolver, Settings.System.POINTER_LOCATION, 0) != 0); in updatePointerLocationOptions()
|