Adjust power button y value for light reveal

This more closely aligns with the center of the button used
in the animation.

Fixes: 364480394
Test: manual - visually confirm location of light reveal
on power button push
Flag: EXEMPT bugfix

Change-Id: I3205b12a002beb5d604a5b7df5549396ac420322
This commit is contained in:
Matt Pietal 2024-09-20 12:07:49 +00:00
parent 78ede485a2
commit b6bf4f9712
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
<dimen name="status_bar_padding_start">0dp</dimen> <dimen name="status_bar_padding_start">0dp</dimen>
<!-- Location on the screen of the center of the physical power button. --> <!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">620px</dimen> <dimen name="physical_power_button_center_screen_location_y">675px</dimen>
<!-- Location on the screen of the center of the physical fingerprint sensor --> <!-- Location on the screen of the center of the physical fingerprint sensor -->
<dimen name="physical_fingerprint_sensor_center_screen_location_x">2076px</dimen> <dimen name="physical_fingerprint_sensor_center_screen_location_x">2076px</dimen>

View file

@ -17,7 +17,7 @@
--> -->
<resources> <resources>
<!-- Location on the screen of the center of the physical power button. --> <!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">710px</dimen> <dimen name="physical_power_button_center_screen_location_y">765px</dimen>
<!-- Location on the screen of the center of the physical fingerprint sensor --> <!-- Location on the screen of the center of the physical fingerprint sensor -->
<dimen name="physical_fingerprint_sensor_center_screen_location_x">1080px</dimen> <dimen name="physical_fingerprint_sensor_center_screen_location_x">1080px</dimen>