Merge "WidgetTray on Kitkat" into ub-launcher3-burnaby
This commit is contained in:
committed by
Android (Google) Code Review
commit
b6e4aece3f
@@ -183,11 +183,6 @@ public class LauncherStateTransitionAnimation {
|
||||
public void startAnimationToWidgets(final boolean animated) {
|
||||
final WidgetsContainerView toView = mLauncher.getWidgetsView();
|
||||
PrivateTransitionCallbacks cb = new PrivateTransitionCallbacks() {
|
||||
@Override
|
||||
public void onRevealViewVisible(View revealView, View contentView,
|
||||
View allAppsButtonView) {
|
||||
revealView.setBackground(mLauncher.getDrawable(R.drawable.quantum_panel_dark));
|
||||
}
|
||||
@Override
|
||||
public float getMaterialRevealViewFinalAlpha(View revealView) {
|
||||
return 0.3f;
|
||||
|
||||
Reference in New Issue
Block a user