Tokay, Caiman, and Komodo all had cutout rect approximations that did
not intersect with the top edge of the phone (they did not start at
y=0). This was causing logic in SystemUI not to be aware of _which_ edge
the cutout was associated with, and thus in some cases would not account
for potential letterboxing.
This change modifies the rect approximations to start at y=0, and adds
that same amount to their height so that the sizing should be the same.
Test: manually verified the .svg shapes
Test: manual on device
Bug: 319203599
Flag: NONE
Change-Id: I2e669b8d178eb5ace29b0d4f68c1e500b545d601
(cherry picked from commit 4990157024)
Tokay, Caiman, and Komodo all had cutout rect approximations that did
not intersect with the top edge of the phone (they did not start at
y=0). This was causing logic in SystemUI not to be aware of _which_ edge
the cutout was associated with, and thus in some cases would not account
for potential letterboxing.
This change modifies the rect approximations to start at y=0, and adds
that same amount to their height so that the sizing should be the same.
Test: manually verified the .svg shapes
Test: manual on device
Bug: 319203599
Flag: NONE
Change-Id: I2e669b8d178eb5ace29b0d4f68c1e500b545d601
fingerprint recognition fails is covered by the explanatory
illustration on TK4.
Customize the udfps lottie animation translate position for TK4
Flag: NONE
Bug: 330653929
Test: manully test with reproducible steps:
1. Settings app> Security & privacy > Device unlock > Fingerprint
& Face Unlock.
2. Unlock the screen lock > Fingerprint Unlock > transit to the
fingerprint registration screen.
3. Touch and hold the fingerprint sensor multiple times to attempt
fingerprint registration.
4. Fail to read the fingerprint once when touching the fingerprint
sensor for the registration.
(e.g., shift the finger to an incorrect position)
Merged-In: I818e49b5ee7ae1f7057fb63ccf3f8604efdf0964
Change-Id: I818e49b5ee7ae1f7057fb63ccf3f8604efdf0964
(cherry picked from commit f944eccba6)
fingerprint recognition fails is covered by the explanatory
illustration on TK4.
Customize the udfps lottie animation translate position for TK4
Flag: NONE
Bug: 330653929
Test: manully test with reproducible steps:
1. Settings app> Security & privacy > Device unlock > Fingerprint
& Face Unlock.
2. Unlock the screen lock > Fingerprint Unlock > transit to the
fingerprint registration screen.
3. Touch and hold the fingerprint sensor multiple times to attempt
fingerprint registration.
4. Fail to read the fingerprint once when touching the fingerprint
sensor for the registration.
(e.g., shift the finger to an incorrect position)
Change-Id: I818e49b5ee7ae1f7057fb63ccf3f8604efdf0964
Revert submission 26498470-init_zuma_pro_power_profile
Reason for revert: This may cause conflict on other branches.
Reverted changes: /q/submissionid:26498470-init_zuma_pro_power_profile
Bug: 324079178
Change-Id: Ida0f8d8e0827c915e5603b686c87fb22e6a0b23a
We will have a 'vendor' project containing proprietary blobs
to be able to build and flash Pixel device when vendor source is not
available.
The project names are
platform/vendor/aosp/google_devices/caiman
platform/vendor/aosp/google_devices/komodo
platform/vendor/aosp/google_devices/tokay
and the path is
vendor/google_devices/caiman
vendor/google_devices/komodo
vendor/google_devices/tokay
BUG: 325612343
Change-Id: I881994da5b81e963f5427af1642e29bffdca9c97
These values are used to calculate the size of the
screen decoration overlays (however, the actual
camera protection is provided by the camera callback).
Test: manual
Fixes: 324018508
Flag: none
Change-Id: Ie4a4100ba98ca9e69f43ca32a0cc36e6002b08f0