Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0d0dddc authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am fef000e3: am 482ae5f2: Bug 6021294 - Contextual action bar animation tweaks

* commit 'fef000e3':
  Bug 6021294 - Contextual action bar animation tweaks
parents 058bd2ec fef000e3
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -405,8 +405,7 @@ public class ActionBarContextView extends AbsActionBarView implements AnimatorLi
                    View child = mMenuView.getChildAt(i);
                    child.setScaleY(0);
                    ObjectAnimator a = ObjectAnimator.ofFloat(child, "scaleY", 0, 1);
                    a.setDuration(100);
                    a.setStartDelay(j * 70);
                    a.setDuration(300);
                    b.with(a);
                }
            }
@@ -432,8 +431,7 @@ public class ActionBarContextView extends AbsActionBarView implements AnimatorLi
                    View child = mMenuView.getChildAt(i);
                    child.setScaleY(0);
                    ObjectAnimator a = ObjectAnimator.ofFloat(child, "scaleY", 0);
                    a.setDuration(100);
                    a.setStartDelay(i * 70);
                    a.setDuration(300);
                    b.with(a);
                }
            }