Skip to content

Commit

Permalink
davinci: overlay: Configure physical power, volume and fingerprint lo…
Browse files Browse the repository at this point in the history
…cations

Change-Id: I77af991a7aeeb3979b3b457e5902d43ab15db84b
Signed-off-by: adi8900 <adrianszymanski242@gmail.com>
  • Loading branch information
ArianK16a authored and adi8900 committed Dec 29, 2021
1 parent 5f10796 commit eca96e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions overlay/frameworks/base/packages/SystemUI/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,14 @@

<!-- Custom udfps vendor code -->
<integer name="config_udfps_vendor_code">22</integer>

<!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">950px</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">525px</dimen>
<dimen name="physical_volume_down_button_center_screen_location_y">700px</dimen>

<!-- Location on the screen of the center of the fingerprint sensor. -->
<dimen name="physical_fingerprint_sensor_center_screen_location_y">1900px</dimen>
</resources>

0 comments on commit eca96e0

Please sign in to comment.