Loading quickstep/src/com/android/launcher3/uioverrides/states/AllAppsState.java +1 −6 Original line number Diff line number Diff line Loading @@ -66,11 +66,6 @@ public class AllAppsState extends LauncherState { return scaleAndTranslation; } @Override public boolean isTaskbarStashed(Launcher launcher) { return true; } @Override protected float getDepthUnchecked(Context context) { // The scrim fades in at approximately 50% of the swipe gesture. Loading @@ -93,7 +88,7 @@ public class AllAppsState extends LauncherState { @Override public int getVisibleElements(Launcher launcher) { return ALL_APPS_CONTENT; return ALL_APPS_CONTENT | HOTSEAT_ICONS; } @Override Loading Loading
quickstep/src/com/android/launcher3/uioverrides/states/AllAppsState.java +1 −6 Original line number Diff line number Diff line Loading @@ -66,11 +66,6 @@ public class AllAppsState extends LauncherState { return scaleAndTranslation; } @Override public boolean isTaskbarStashed(Launcher launcher) { return true; } @Override protected float getDepthUnchecked(Context context) { // The scrim fades in at approximately 50% of the swipe gesture. Loading @@ -93,7 +88,7 @@ public class AllAppsState extends LauncherState { @Override public int getVisibleElements(Launcher launcher) { return ALL_APPS_CONTENT; return ALL_APPS_CONTENT | HOTSEAT_ICONS; } @Override Loading