Home
last modified time | relevance | path

Searched refs:PointerLocationPreferenceController (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DPointerLocationPreferenceControllerTest.java48 private PointerLocationPreferenceController mController;
54 mController = new PointerLocationPreferenceController(mContext); in setUp()
63 PointerLocationPreferenceController.SETTING_VALUE_ON); in updateState_pointerLocationEnabled_shouldCheckedPreference()
74 PointerLocationPreferenceController.SETTING_VALUE_OFF); in updateState_pointerLocationDisabled_shouldUncheckedPreference()
89 PointerLocationPreferenceController.SETTING_VALUE_ON); in onPreferenceChange_preferenceChecked_shouldEnablePointerLocation()
100 PointerLocationPreferenceController.SETTING_VALUE_OFF); in onPreferenceChange__preferenceUnchecked_shouldDisablePointerLocation()
111 PointerLocationPreferenceController.SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled_preferenceShouldBeEnabled()
/packages/apps/Settings/src/com/android/settings/development/
DPointerLocationPreferenceController.java29 public class PointerLocationPreferenceController extends DeveloperOptionsPreferenceController class
39 public PointerLocationPreferenceController(Context context) { in PointerLocationPreferenceController() method in PointerLocationPreferenceController
DDevelopmentSettingsDashboardFragment.java716 controllers.add(new PointerLocationPreferenceController(context)); in buildPreferenceControllers()