From 47328fd53f43fd0c2ed14ad925dd04483f9229a0 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Wed, 25 May 2016 18:56:41 -0700 Subject: Removing the SearchDropTarget bar as it no longer contains the QSB > Renaming it to simply DropTargetBar > Moving AppInfo to the top bar as well > The workspace pages will extend to the top edge (minus some padding). Since the QSB is no longer displayed on top of every page, there is no reason to reserve the space. > In spring-loaded mode, the workspace cell layout will scale enough to make room for the drop target bar at the top Change-Id: I2baf607310335dd576c9d9fcbb75ab708f47ac03 --- src/com/android/launcher3/LauncherStateTransitionAnimation.java | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/com/android/launcher3/LauncherStateTransitionAnimation.java') diff --git a/src/com/android/launcher3/LauncherStateTransitionAnimation.java b/src/com/android/launcher3/LauncherStateTransitionAnimation.java index 41e30b129..b40917408 100644 --- a/src/com/android/launcher3/LauncherStateTransitionAnimation.java +++ b/src/com/android/launcher3/LauncherStateTransitionAnimation.java @@ -460,12 +460,6 @@ public class LauncherStateTransitionAnimation { Animator workspaceAnim = mLauncher.startWorkspaceStateChangeAnimation(toWorkspaceState, animated, layerViews); - // Animate the search bar - final SearchDropTargetBar.State toSearchBarState = - toWorkspaceState.searchDropTargetBarState; - mLauncher.getSearchDropTargetBar().animateToState(toSearchBarState, - animated ? revealDuration : 0, animation); - if (animated && initialized) { // Play the workspace animation if (workspaceAnim != null) { -- cgit v1.2.3