mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Updated the KQS overview launch animation to match the spec: open overview and scroll to the focused task in one fluid motion Flag: LEGACY ENABLE_KEYBOARD_QUICK_SWITCH ENABLED Fixes: 313608085 Test: Opened KQS from home and overview Change-Id: I2d617db29ff46e89fab50bb6f8aee900b6fe649f
32 lines
1.4 KiB
XML
32 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2022 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>
|
|
|
|
<!-- The duration of the PagedView page snap animation -->
|
|
<integer name="config_pageSnapAnimationDuration">550</integer>
|
|
|
|
<!-- The duration of the PagedView page snap animation -->
|
|
<integer name="config_keyboardTaskFocusSnapAnimationDuration">400</integer>
|
|
|
|
<!-- The duration of the Widget picker opening and closing animation -->
|
|
<integer name="config_bottomSheetOpenDuration">500</integer>
|
|
<integer name="config_bottomSheetCloseDuration">500</integer>
|
|
|
|
<!-- The duration of the AllApps opening and closing animation -->
|
|
<integer name="config_allAppsOpenDuration">@integer/config_bottomSheetOpenDuration</integer>
|
|
<integer name="config_allAppsCloseDuration">@integer/config_bottomSheetCloseDuration</integer>
|
|
</resources>
|