46 lines
2.1 KiB
XML
46 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2018 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources>
|
|
<!-- Maximum number of group children shown after expansion -->
|
|
<integer name="max_group_children_number">8</integer>
|
|
|
|
<!-- Minimum display time for a heads up notification, in milliseconds. -->
|
|
<integer name="heads_up_notification_minimum_time">2000</integer>
|
|
|
|
<!-- Duration of heads-up notifications in milliseconds -->
|
|
<integer name="headsup_notification_duration_ms">8000</integer>
|
|
|
|
<!-- Total duration of fly-in animation for heads-up notifications in milliseconds -->
|
|
<integer name="headsup_total_enter_duration_ms">233</integer>
|
|
|
|
<!-- Duration of fly-in animation for heads-up notifications for alpha in milliseconds -->
|
|
<integer name="headsup_alpha_enter_duration_ms">83</integer>
|
|
|
|
<!-- Duration of fly-out animation for heads-up notifications in milliseconds -->
|
|
<integer name="headsup_exit_duration_ms">150</integer>
|
|
|
|
<!-- The minimum velocity in pixels per second that is used to determine whether a swipe
|
|
is moving in the same direction. -->
|
|
<integer name="min_velocity_for_swipe_direction_detection">50</integer>
|
|
|
|
<!-- Milliseconds of interval between each notification dismiss animation on clear all notifications event-->
|
|
<integer name="clear_all_notifications_animation_delay_interval_ms">120</integer>
|
|
|
|
<!-- Milliseconds delay between clear all notifications animation end and the collapse shade panel animation -->
|
|
<integer name="delay_between_clear_all_notifications_end_and_collapse_shade_panel_ms">300</integer>
|
|
</resources>
|