<?xml version="1.0" encoding="UTF-8" ?>
<!--
  ~ Copyright (C) 2023 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>
    <!-- Number of apps that should be shown on Dock -->
    <integer name="config_numDockApps">4</integer>

    <!-- A list of components that are shown on Dock by default -->
    <string-array name="config_defaultDockApps" translatable="false">
        <item>com.android.car.settings/com.android.car.settings.Settings_Launcher_Homepage</item>
        <item>com.android.car.radio/com.android.car.radio.service.RadioAppService</item>
        <item>com.android.car.dialer/com.android.car.dialer.ui.TelecomActivity</item>
    </string-array>

    <!-- A list of components that are excluded from being shown on Dock -->
    <string-array name="config_packagesExcludedFromDock" translatable="false">
        <item>com.android.car.carlauncher</item>
        <item>android.car.usb.handler</item>
    </string-array>

    <!-- A list of components that are excluded from being shown on Dock -->
    <string-array name="config_componentsExcludedFromDock" translatable="false">
        <item>com.google.android.apps.maps/com.google.android.apps.gmm.car.embedded.activity.LimitedMapsActivity</item>
        <item>com.google.android.carassistant/com.google.android.libraries.assistant.auto.tng.assistant.ui.activity.AutoAssistantActivity</item>
        <item>com.android.car.media/com.android.car.media.MediaDispatcherActivity</item>
        <item>com.android.car.media/com.android.car.media.MediaBlockingActivity</item>
        <item>com.android.systemui/com.android.systemui.car.wm.activity.LaunchOnPrivateDisplayRouterActivity</item>
    </string-array>

    <!--
    During drag and drop, when an item is dropped there are two consecutive animations:
    1. move to the proper location and to a scaled down version (scale down)
    2. change from the scaled down version to the final scale version (scale up)
    -->
    <integer name="drop_animation_scale_down_duration_ms">400</integer>
    <integer name="drop_animation_scale_up_duration_ms">250</integer>

    <!-- Duration of animation for when item is dragged over the drop location. -->
    <integer name="excite_icon_animation_duration_ms">100</integer>
</resources>
