summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/FaceScanningOverlay.kt
Commit message (Expand)AuthorAgeFilesLines
* Invoke FaceScanningAnimationOverlay#onReloadResAndMeasure whenever face senso...Chandru S2023-01-311-5/+15
* Move private methods together below overriden public methods.Chandru2022-10-231-55/+55
* Refactor deeply nested rim animator into three cases for scanning, success, n...Chandru2022-10-231-49/+80
* Use single animator with reverse repeats for the face scanning pulseChandru2022-10-211-20/+11
* Extract duplicated code into methods in FaceScanningOverlayChandru2022-10-211-41/+42
* Remove duplicated path scaling of camera protection and scanning rim.Chandru2022-10-211-31/+42
* Remove duplicate method in KeyguardUpdateMonitorChandru2022-10-211-1/+1
* Add face scanning error animationBeverly2022-06-231-40/+148
* Update face scanning anim, fix visibility bugsBeverly2022-06-171-3/+10
* Add Face Scanning animBeverly2022-06-141-0/+260