Andras Kloczl | c2bd15f | 2022-03-30 18:06:13 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2022 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 | <resources> |
| 17 | |
| 18 | <!-- The duration of the PagedView page snap animation --> |
| 19 | <integer name="config_pageSnapAnimationDuration">550</integer> |
| 20 | |
Schneider Victor-tulias | 1ca6699 | 2024-01-10 14:04:12 -0500 | [diff] [blame] | 21 | <!-- The duration of the PagedView page snap animation --> |
| 22 | <integer name="config_keyboardTaskFocusSnapAnimationDuration">400</integer> |
| 23 | |
Alex Chau | 3d2c062 | 2022-09-01 21:28:14 +0100 | [diff] [blame] | 24 | <!-- The duration of the Widget picker opening and closing animation --> |
| 25 | <integer name="config_bottomSheetOpenDuration">500</integer> |
| 26 | <integer name="config_bottomSheetCloseDuration">500</integer> |
| 27 | |
| 28 | <!-- The duration of the AllApps opening and closing animation --> |
| 29 | <integer name="config_allAppsOpenDuration">@integer/config_bottomSheetOpenDuration</integer> |
| 30 | <integer name="config_allAppsCloseDuration">@integer/config_bottomSheetCloseDuration</integer> |
Andras Kloczl | c2bd15f | 2022-03-30 18:06:13 +0100 | [diff] [blame] | 31 | </resources> |