Home
last modified time | relevance | path

Searched refs:SHOW_WEIGHT_WATCHER (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/testing/
DToggleWeightWatcher.java20 boolean show = sp.getBoolean(TestingUtils.SHOW_WEIGHT_WATCHER, true); in onCreate()
23 sp.edit().putBoolean(TestingUtils.SHOW_WEIGHT_WATCHER, show).apply(); in onCreate()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DTestingUtils.java26 public static final String SHOW_WEIGHT_WATCHER = "debug.show_mem"; field in TestingUtils
43 boolean show = Utilities.getPrefs(launcher).getBoolean(SHOW_WEIGHT_WATCHER, true); in addWeightWatcher()