Merge "Update udfps icon alpha after bouncer vis changes" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-06-14 06:00:31 +00:00
committed by Android (Google) Code Review

View File

@@ -358,7 +358,10 @@ public class UdfpsKeyguardViewController extends UdfpsAnimationViewController<Ud
mIsBouncerVisible = mKeyguardViewManager.bouncerIsOrWillBeShowing();
if (!mIsBouncerVisible) {
mInputBouncerHiddenAmount = 1f;
} else if (mKeyguardViewManager.isBouncerShowing()) {
mInputBouncerHiddenAmount = 0f;
}
updateAlpha();
updatePauseAuth();
}