Merge "Update ripple mask when invalidated" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-05-07 16:30:33 +00:00
committed by Android (Google) Code Review

View File

@@ -864,6 +864,10 @@ public class RippleDrawable extends LayerDrawable {
boolean shouldExit = mExitingAnimation;
mRippleActive = false;
mExitingAnimation = false;
if (mRunningAnimations.size() > 0 && !shouldAnimate) {
// update paint when view is invalidated
getRipplePaint();
}
drawContent(canvas);
drawPatternedBackground(canvas, cx, cy);
if (shouldAnimate && mRunningAnimations.size() <= MAX_RIPPLES) {