Adjust Power button light reveal position in line with the power am: d952a9de04 am: 80783fd486

Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/24418407

Change-Id: I3961375bb0ee620c9b30b0538015c27191070628
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jason Chang 2023-08-22 07:44:11 +00:00 committed by Automerger Merge Worker
commit 02bf63e0e3
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>