summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherStateTransitionAnimation.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-06-07 17:05:19 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-06-07 17:05:19 +0000
commit4c395f23673f9a42b51ce7b47be0940ce846e03d (patch)
treed6392527fa26e6bb6c30526313183f1fccc548e1 /src/com/android/launcher3/LauncherStateTransitionAnimation.java
parent033f4ea716e295b34c58d4c59c891e45805c2f0d (diff)
parent47328fd53f43fd0c2ed14ad925dd04483f9229a0 (diff)
downloadandroid_packages_apps_Trebuchet-4c395f23673f9a42b51ce7b47be0940ce846e03d.tar.gz
android_packages_apps_Trebuchet-4c395f23673f9a42b51ce7b47be0940ce846e03d.tar.bz2
android_packages_apps_Trebuchet-4c395f23673f9a42b51ce7b47be0940ce846e03d.zip
Merge "Removing the SearchDropTarget bar as it no longer contains the QSB" into ub-launcher3-calgary
Diffstat (limited to 'src/com/android/launcher3/LauncherStateTransitionAnimation.java')
-rw-r--r--src/com/android/launcher3/LauncherStateTransitionAnimation.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/launcher3/LauncherStateTransitionAnimation.java b/src/com/android/launcher3/LauncherStateTransitionAnimation.java
index 4563bf883..ca09f312f 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) {