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

Commit f35f4ce4 authored by Beverly Tai's avatar Beverly Tai Committed by Automerger Merge Worker
Browse files

Merge "Hide UdfpsKeyguardView onIllumination" into sc-dev am: 5f5c15ce

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13902432

Change-Id: Iabc58806d0d7ac60df6995c7b42c59e0647477fb
parents 95a321d7 5f5c15ce
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -72,6 +72,16 @@ public class UdfpsKeyguardView extends UdfpsAnimationView {
        return mFingerprintDrawable;
    }

    @Override
    void onIlluminationStarting() {
        setVisibility(View.INVISIBLE);
    }

    @Override
    void onIlluminationStopped() {
        setVisibility(View.VISIBLE);
    }

    @Override
    public boolean dozeTimeTick() {
        // TODO: burnin