summaryrefslogtreecommitdiff
path: root/blueline/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
Diffstat (limited to 'blueline/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml')
-rw-r--r--blueline/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/blueline/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml b/blueline/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml
index 34015163..f5d26be5 100644
--- a/blueline/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml
+++ b/blueline/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml
@@ -17,4 +17,20 @@
-->
<resources>
<dimen name="rounded_corner_content_padding">28px</dimen>
+
+ <!-- the padding on the top of the statusbar (usually 0) -->
+ <dimen name="status_bar_padding_top">1px</dimen>
+
+ <!-- Location on the screen of the center of the physical power button. -->
+ <dimen name="physical_power_button_center_screen_location_y">450px</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">780px</dimen>
+ <dimen name="physical_volume_down_button_center_screen_location_y">980px</dimen>
+
+ <!-- Location on the screen of the center of the fingerprint sensor. For devices with under
+ display fingerprint sensors, this directly corresponds to the fingerprint sensor's location.
+ For devices with sensors on the back of the device, this corresponds to the location on the
+ screen directly in front of the sensor. -->
+ <dimen name="physical_fingerprint_sensor_center_screen_location_y">450px</dimen>
</resources>