HomeSort by relevance Sort by last modified time
    Searched defs:POINTER_LOCATION (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/
DevelopmentSettings.java 112 private static final String POINTER_LOCATION_KEY = "pointer_location";
731 Settings.System.POINTER_LOCATION, mPointerLocation.isChecked() ? 1 : 0);
736 Settings.System.POINTER_LOCATION, 0) != 0);
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]

Completed in 151 milliseconds