blob: be2cb0d8d90069bcf026d3bc21777d1a0afd46b0 [file] [log] [blame]
Rakesh Iyer97ff8582017-05-22 17:47:52 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
Brad Stenning8d1a51c2018-11-20 17:34:16 -08003 Copyright (c) 2018, The Android Open Source Project
Rakesh Iyer97ff8582017-05-22 17:47:52 -07004
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
18<resources xmlns:android="http://schemas.android.com/apk/res/android">
Bryan Eylerab28b992017-10-10 16:06:02 -070019 <integer name="car_user_switcher_anim_cascade_delay_ms">27</integer>
Aarthi Balachanderd8bf2492018-03-30 11:15:59 -070020 <!-- Full screen user switcher column number TODO: move to support library-->
21 <integer name="user_fullscreen_switcher_num_col">3</integer>
jovanakedba98c2018-09-14 15:46:24 -070022
23 <!-- Number of milliseconds user can spend driving with the keyguard up. After that, we switch to Guest. -->
24 <!-- If the number is negative, the feature is disabled.
25 If it's zero, we switch to guest immediately as we start driving. -->
jovanak18fe7f32019-01-30 11:28:53 -080026 <integer name="driving_on_keyguard_timeout_ms">-1</integer>
Brad Stenningc622f1d2019-01-29 11:24:11 -080027
28 <!--Percentage of the screen height, from the bottom, that a notification panel being
29 partially closed at will result in it remaining open if released-->
30 <integer name="notification_settle_open_percentage">20</integer>
31 <!--Percentage of the screen height, from the bottom, that a notification panel being peeked
32 at will result in remaining closed the panel if released-->
33 <integer name="notification_settle_close_percentage">80</integer>
34
Rakesh Iyer97ff8582017-05-22 17:47:52 -070035</resources>