Merge "Update local value of sensorBounds whenever it changes" into udc-dev
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user