Merge "Fix recents row blinking when PIP is focused" into nyc-dev
am: ccb85eb411
* commit 'ccb85eb411f5df1c50e504d4acfc973e8cbb6835':
Fix recents row blinking when PIP is focused
Change-Id: I72042041c92356086603e77a9cdd7d76560c2cd6
This commit is contained in:
@@ -52,7 +52,9 @@ public class RecentsRowFocusAnimationHolder {
|
||||
|
||||
mFocusLoseAnimatorSet = new AnimatorSet();
|
||||
mFocusLoseAnimatorSet.playTogether(
|
||||
ObjectAnimator.ofFloat(mView, "alpha", dimAlpha),
|
||||
// Animation doesn't start from the current value (1f) sometimes,
|
||||
// so specify the desired initial value here.
|
||||
ObjectAnimator.ofFloat(mView, "alpha", 1f, dimAlpha),
|
||||
ObjectAnimator.ofFloat(mTitleView, "alpha", 0f));
|
||||
mFocusLoseAnimatorSet.setDuration(duration);
|
||||
mFocusLoseAnimatorSet.setInterpolator(Interpolators.FAST_OUT_SLOW_IN);
|
||||
|
||||
Reference in New Issue
Block a user