1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Copyright (c) 2018, The Android Open Source Project 4 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> 19 <!-- Full screen user switcher column number --> 20 <integer name="user_fullscreen_switcher_num_col">3</integer> 21 22 <!--Percentage of the screen height, from the bottom, that a notification panel being 23 partially closed at will result in it remaining open if released--> 24 <integer name="notification_settle_open_percentage">20</integer> 25 <!--Percentage of the screen height, from the bottom, that a notification panel being peeked 26 at will result in remaining closed the panel if released--> 27 <integer name="notification_settle_close_percentage">80</integer> 28 29 <!-- Timeout values in milliseconds for displaying volume dialog--> 30 <integer name="car_volume_dialog_display_normal_timeout">3000</integer> 31 <integer name="car_volume_dialog_display_hovering_timeout">16000</integer> 32 <integer name="car_volume_dialog_display_expanded_normal_timeout">6000</integer> 33 <integer name="car_volume_dialog_display_expanded_hovering_timeout">32000</integer> 34</resources> 35