Merge "Update udfps icon alpha after bouncer vis changes" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
159309fb82
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user