blob: 6fb3c7f51e26324360626540992782caa7cfed70 [file] [log] [blame]
Adrian Roos30f53212018-01-05 16:14:34 +01001<!--
2 ~ Copyright (C) 2018 The Android Open Source Project
3 ~
4 ~ Licensed under the Apache License, Version 2.0 (the "License");
5 ~ you may not use this file except in compliance with the License.
6 ~ You may obtain a copy of the License at
7 ~
8 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~
10 ~ Unless required by applicable law or agreed to in writing, software
11 ~ distributed under the License is distributed on an "AS IS" BASIS,
12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ~ See the License for the specific language governing permissions and
14 ~ limitations under the License.
15 -->
16
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18
19 <!-- The bounding path of the cutout region of the main built-in display.
20 Must either be empty if there is no cutout region, or a string that is parsable by
Adrian Roos16693f32018-01-18 17:45:52 +010021 {@link android.util.PathParser}.
22
23 The path is assumed to be specified in display coordinates with pixel units and in
24 the display's native orientation, with the origin of the coordinate system at the
25 center top of the display.
26
27 To facilitate writing device-independent emulation overlays, the marker `@dp` can be
28 appended after the path string to interpret coordinates in dp instead of px units.
29 Note that a physical cutout should be configured in pixels for the best results.
30 -->
Adrian Roos30f53212018-01-05 16:14:34 +010031 <string translatable="false" name="config_mainBuiltInDisplayCutout">
Adrian Roos16693f32018-01-18 17:45:52 +010032 M 0,0
33 L -24, 0
34 L -21.9940446283, 20.0595537175
35 C -21.1582133885, 28.4178661152 -17.2, 32.0 -8.8, 32.0
36 L 8.8, 32.0
37 C 17.2, 32.0 21.1582133885, 28.4178661152 21.9940446283, 20.0595537175
38 L 24, 0
39 Z
40 @dp
Adrian Roos30f53212018-01-05 16:14:34 +010041 </string>
42
Jorim Jaggi60640512018-06-29 01:14:31 +020043 <string translatable="false" name="config_mainBuiltInDisplayCutoutRectApproximation">@*android:string/config_mainBuiltInDisplayCutout</string>
44
Adrian Roos30f53212018-01-05 16:14:34 +010045 <!-- Whether the display cutout region of the main built-in display should be forced to
Adrian Roos88553e92018-01-19 19:44:14 +010046 black in software (to avoid aliasing or emulate a cutout that is not physically existent).
Adrian Roos30f53212018-01-05 16:14:34 +010047 -->
48 <bool name="config_fillMainBuiltInDisplayCutout">true</bool>
49
50 <!-- Height of the status bar -->
Adrian Roos22af6502018-02-22 16:57:08 +010051 <dimen name="status_bar_height_portrait">48dp</dimen>
52 <dimen name="status_bar_height_landscape">28dp</dimen>
Evan Laird4451fa22018-01-26 10:02:25 -050053 <!-- Height of area above QQS where battery/time go (equal to status bar height if > 48dp) -->
54 <dimen name="quick_qs_offset_height">48dp</dimen>
55 <!-- Total height of QQS (quick_qs_offset_height + 128) -->
56 <dimen name="quick_qs_total_height">176dp</dimen>
Adrian Roos30f53212018-01-05 16:14:34 +010057
58</resources>
59
60