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

Commit cb4d5922 authored by Chandru S's avatar Chandru S Committed by Android (Google) Code Review
Browse files

Merge "Update local value of sensorBounds whenever it changes" into udc-dev

parents 24dba211 5f283da8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -102,6 +102,13 @@ public class UdfpsKeyguardViewLegacy extends UdfpsAnimationView {
        return mFingerprintDrawable;
    }

    @Override
    void onSensorRectUpdated(RectF bounds) {
        super.onSensorRectUpdated(bounds);
        bounds.round(this.mSensorBounds);
        postInvalidate();
    }

    @Override
    void onDisplayConfiguring() {
    }