HomeSort by relevance Sort by last modified time
    Searched refs:isDisableAllApps (Results 1 - 11 of 11) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 98 if (LauncherAppState.isDisableAllApps()) {
145 if (!LauncherAppState.isDisableAllApps()) {
192 if (LauncherAppState.isDisableAllApps()) {
222 if (LauncherAppState.isDisableAllApps()) {
DynamicGrid.java 59 boolean hasAA = !LauncherAppState.isDisableAllApps();
DeleteDropTarget.java 149 if (!LauncherAppState.isDisableAllApps() &&
154 if (!LauncherAppState.isDisableAllApps() &&
163 if (LauncherAppState.isDisableAllApps()) {
177 boolean useUninstallLabel = !LauncherAppState.isDisableAllApps() &&
267 if (LauncherAppState.isDisableAllApps() && isWorkspaceOrFolderApplication(d)) {
LauncherAppState.java 243 public static boolean isDisableAllApps() {
AppsCustomizePagedView.java 431 if ((LauncherAppState.isDisableAllApps() || !mApps.isEmpty()) && !mWidgets.isEmpty()) {
    [all...]
InstallShortcutReceiver.java 275 if (LauncherAppState.isDisableAllApps() && !isValidShortcutLaunchIntent(intent)) {
Folder.java 150 if (LauncherAppState.isDisableAllApps()) {
    [all...]
Launcher.java     [all...]
DeviceProfile.java 132 if (!LauncherAppState.isDisableAllApps() && hs % 2 == 0) {
    [all...]
LauncherProvider.java 325 if (LauncherAppState.isDisableAllApps()) {
    [all...]
LauncherModel.java     [all...]

Completed in 168 milliseconds