Searched refs:SMARTSPACE_ON_HOME_SCREEN (Results 1 – 3 of 3) sorted by relevance
25 import static com.android.launcher3.model.LoaderTask.SMARTSPACE_ON_HOME_SCREEN;137 if (SMARTSPACE_ON_HOME_SCREEN.equals(key)) { in LauncherAppState()
23 import static com.android.launcher3.model.LoaderTask.SMARTSPACE_ON_HOME_SCREEN;352 .getBoolean(SMARTSPACE_ON_HOME_SCREEN, true)) in solveGridPlacement()
123 public static final String SMARTSPACE_ON_HOME_SCREEN = "pref_smartspace_home_screen"; field in LoaderTask419 mApp.getContext()).getBoolean(SMARTSPACE_ON_HOME_SCREEN, true)); in loadWorkspace()