Merge "Flash scroll indicators a bit earlier on transitions"

This commit is contained in:
Michael Jurka
2011-08-08 16:07:32 -07:00
committed by Android (Google) Code Review
3 changed files with 19 additions and 9 deletions

View File

@@ -237,6 +237,9 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
// blip early in the animation
buildLayer();
}
if (!toWorkspace && !LauncherApplication.isScreenLarge()) {
mAppsCustomizePane.showScrollingIndicator(false);
}
}
@Override
@@ -246,7 +249,7 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
}
if (!toWorkspace && !LauncherApplication.isScreenLarge()) {
mAppsCustomizePane.flashScrollingIndicator();
mAppsCustomizePane.hideScrollingIndicator(false);
}
}
}