Home | History | Annotate | Download | only in anim
      1 <?xml version="1.0" encoding="utf-8"?><!--
      2 /*
      3 ** Copyright 2009, The Android Open Source Project
      4 **
      5 ** Licensed under the Apache License, Version 2.0 (the "License");
      6 ** you may not use this file except in compliance with the License.
      7 ** You may obtain a copy of the License at
      8 **
      9 **     http://www.apache.org/licenses/LICENSE-2.0
     10 **
     11 ** Unless required by applicable law or agreed to in writing, software
     12 ** distributed under the License is distributed on an "AS IS" BASIS,
     13 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     14 ** See the License for the specific language governing permissions and
     15 ** limitations under the License.
     16 */
     17 -->
     18 <!-- This should in sync with task_open_enter_cross_profile_apps.xml -->
     19 <!-- This should in sync with cross_profile_apps_thumbnail_enter.xml -->
     20 <set xmlns:android="http://schemas.android.com/apk/res/android"
     21     android:shareInterpolator="false"
     22     android:zAdjustment="top"
     23     android:showWallpaper="true">
     24 
     25     <alpha
     26         android:fromAlpha="1"
     27         android:toAlpha="1.0"
     28         android:fillEnabled="true"
     29         android:fillBefore="true"
     30         android:fillAfter="true"
     31         android:interpolator="@interpolator/linear"
     32         android:startOffset="67"
     33         android:duration="217"/>
     34 
     35     <translate
     36         android:fromXDelta="105%"
     37         android:toXDelta="0"
     38         android:fillEnabled="true"
     39         android:fillBefore="true"
     40         android:fillAfter="true"
     41         android:interpolator="@interpolator/aggressive_ease"
     42         android:startOffset="50"
     43         android:duration="383"/>
     44 
     45     <scale
     46         android:fromXScale="1.0526"
     47         android:toXScale="1"
     48         android:fromYScale="1.0526"
     49         android:toYScale="1"
     50         android:pivotX="50%"
     51         android:pivotY="50%"
     52         android:fillEnabled="true"
     53         android:fillBefore="true"
     54         android:fillAfter="true"
     55         android:interpolator="@interpolator/fast_out_slow_in"
     56         android:duration="283"/>
     57 
     58     <scale
     59         android:fromXScale="0.95"
     60         android:toXScale="1"
     61         android:fromYScale="0.95"
     62         android:toYScale="1"
     63         android:pivotX="50%"
     64         android:pivotY="50%"
     65         android:fillEnabled="true"
     66         android:fillBefore="true"
     67         android:fillAfter="true"
     68         android:interpolator="@interpolator/fast_out_slow_in"
     69         android:startOffset="283"
     70         android:duration="317"/>
     71 </set>