Searched refs:mPointerLocation (Results 1 – 1 of 1) sorted by relevance
199 private SwitchPreference mPointerLocation; field in DevelopmentFragment357 mPointerLocation = findAndInitSwitchPref(POINTER_LOCATION_KEY); in onCreatePreferences()928 Settings.System.POINTER_LOCATION, mPointerLocation.isChecked() ? 1 : 0); in writePointerLocationOptions()932 updateSwitchPreference(mPointerLocation, in updatePointerLocationOptions()1527 } else if (preference == mPointerLocation) { in onPreferenceTreeClick()