summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
blob: ec01fa8408cdf92685ac397d49dc0a1db898691d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<resources>
    <integer name="config_allAppsFadeInTime">700</integer>
    <integer name="config_allAppsFadeOutTime">700</integer>
    <integer name="config_allAppsBatchLoadDelay">0</integer>
    <integer name="config_allAppsBatchSize">0</integer>
    <bool name="config_hardwareAccelerated">false</bool>

    <integer name="config_crosshairsFadeInTime">600</integer>

    <!--  When dragging an item on the workspace, how much bigger (in pixels) the dragged view
          should be, as compared to the original view. If 0, it will not be scaled at all.
          Should be an even number, for pixel alignment. -->
    <integer name="config_dragViewExtraPixels">40</integer>

    <!-- The duration (in ms) of the fade animation on the object outlines, used when
         we are dragging objects around on the home screen. -->
    <integer name="config_dragOutlineFadeTime">900</integer>

    <!-- The alpha value at which to show the most recent drop visualization outline. -->
    <integer name="config_dragOutlineMaxAlpha">128</integer>

    <!-- Parameters controlling the animation for when an item is dropped on the home screen,
         and it animates from its old position to the new one. -->

    <integer name="config_dropAnimMaxDuration">400</integer>

    <!-- The distance at which the animation should take the max duration -->
    <integer name="config_dropAnimMaxDist">800</integer>

    <!-- Workspace screens are cached to bitmaps only when they're smaller than a certain size
         (maxScaleForUsingWorkspaceScreenBitmapCache), since the bitmap cache itself is smaller
         than the view itself (workspaceScreenBitmapCacheScale)  -->
    <integer name="config_workspaceScreenBitmapCacheScale">20</integer>
    <integer name="config_maxScaleForUsingWorkspaceScreenBitmapCache">50</integer>

    <style name="config_orientation">
        <item name="@android:screenOrientation">nosensor</item>
    </style>
</resources>