Adjust Power button light reveal position in line with the power

button for P10/C10

To configure the power button light reveal’s y-axis offset.

Bug: 291954717

Test: manually test and check the Power button light reveal visually.
Change-Id: Ic3629113c810f4b5b1632335b8435564beb49023
This commit is contained in:
Jason Chang 2023-08-15 07:57:37 +00:00
parent a152a75eeb
commit d952a9de04
2 changed files with 6 additions and 6 deletions

View file

@ -36,11 +36,11 @@
<bool name="config_enableDisplayCutoutProtection">true</bool>
<!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">940px</dimen>
<dimen name="physical_power_button_center_screen_location_y">828px</dimen>
<!-- Location on the screen of the center of the physical volume up/down buttons. -->
<dimen name="physical_volume_up_button_center_screen_location_y">1320px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">1520px</dimen>
<dimen name="physical_volume_up_button_center_screen_location_y">1130px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">1274px</dimen>
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">60px</dimen>

View file

@ -40,11 +40,11 @@
<dimen name="config_rounded_mask_size_bottom">46px</dimen>
<!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">650px</dimen>
<dimen name="physical_power_button_center_screen_location_y">776px</dimen>
<!-- Location on the screen of the center of the physical volume up/down buttons. -->
<dimen name="physical_volume_up_button_center_screen_location_y">950px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">1110px</dimen>
<dimen name="physical_volume_up_button_center_screen_location_y">1100px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">1262px</dimen>
<!-- Padding for the lock icon on the keyguard. In pixels - should not scale with display size. -->
<dimen name="lock_icon_padding">48px</dimen>