Searched refs:mPointerLocation (Results 1 – 2 of 2) sorted by relevance
203 private SwitchPreference mPointerLocation; field in DevelopmentFragment353 mPointerLocation = findAndInitSwitchPref(POINTER_LOCATION_KEY); in onCreatePreferences()890 Settings.System.POINTER_LOCATION, mPointerLocation.isChecked() ? 1 : 0); in writePointerLocationOptions()894 updateSwitchPreference(mPointerLocation, in updatePointerLocationOptions()1598 } else if (preference == mPointerLocation) { in onPreferenceTreeClick()
262 private SwitchPreference mPointerLocation; field in DevelopmentSettings406 mPointerLocation = findAndInitSwitchPref(POINTER_LOCATION_KEY); in onCreate()1063 Settings.System.POINTER_LOCATION, mPointerLocation.isChecked() ? 1 : 0); in writePointerLocationOptions()1067 updateSwitchPreference(mPointerLocation, in updatePointerLocationOptions()1850 } else if (preference == mPointerLocation) { in onPreferenceTreeClick()