diff options
Diffstat (limited to 'packages/SystemUI/res/anim')
8 files changed, 56 insertions, 0 deletions
diff --git a/packages/SystemUI/res/anim/ic_qs_screen_timeout_longtomed.xml b/packages/SystemUI/res/anim/ic_qs_screen_timeout_longtomed.xml new file mode 100644 index 0000000..1479734 --- /dev/null +++ b/packages/SystemUI/res/anim/ic_qs_screen_timeout_longtomed.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android" + +android:duration="250" +android:propertyName="rotation" +android:valueFrom="-180" +android:valueTo="-90"/>
\ No newline at end of file diff --git a/packages/SystemUI/res/anim/ic_qs_screen_timeout_longtoshort.xml b/packages/SystemUI/res/anim/ic_qs_screen_timeout_longtoshort.xml new file mode 100644 index 0000000..4bc7324 --- /dev/null +++ b/packages/SystemUI/res/anim/ic_qs_screen_timeout_longtoshort.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android" + +android:duration="400" +android:propertyName="rotation" +android:valueFrom="-180" +android:valueTo="0"/>
\ No newline at end of file diff --git a/packages/SystemUI/res/anim/ic_qs_screen_timeout_medtoshort.xml b/packages/SystemUI/res/anim/ic_qs_screen_timeout_medtoshort.xml new file mode 100644 index 0000000..ea2e135 --- /dev/null +++ b/packages/SystemUI/res/anim/ic_qs_screen_timeout_medtoshort.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android" + +android:duration="400" +android:propertyName="rotation" +android:valueFrom="-90" +android:valueTo="0"/>
\ No newline at end of file diff --git a/packages/SystemUI/res/anim/ic_qs_screen_timeout_medtoshort_reverse.xml b/packages/SystemUI/res/anim/ic_qs_screen_timeout_medtoshort_reverse.xml new file mode 100644 index 0000000..4b252cb --- /dev/null +++ b/packages/SystemUI/res/anim/ic_qs_screen_timeout_medtoshort_reverse.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android" + +android:duration="250" +android:propertyName="rotation" +android:valueFrom="-90" +android:valueTo="0"/>
\ No newline at end of file diff --git a/packages/SystemUI/res/anim/ic_qs_screen_timeout_shorttolong.xml b/packages/SystemUI/res/anim/ic_qs_screen_timeout_shorttolong.xml new file mode 100644 index 0000000..72103e4 --- /dev/null +++ b/packages/SystemUI/res/anim/ic_qs_screen_timeout_shorttolong.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android" + +android:duration="400" +android:propertyName="rotation" +android:valueFrom="0" +android:valueTo="-180"/>
\ No newline at end of file diff --git a/packages/SystemUI/res/anim/ic_qs_screen_timeout_staymed.xml b/packages/SystemUI/res/anim/ic_qs_screen_timeout_staymed.xml new file mode 100644 index 0000000..186179c --- /dev/null +++ b/packages/SystemUI/res/anim/ic_qs_screen_timeout_staymed.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android" + +android:duration="250" +android:propertyName="rotation" +android:valueFrom="-90" +android:valueTo="-90"/>
\ No newline at end of file diff --git a/packages/SystemUI/res/anim/ic_qs_screen_timeout_tolong.xml b/packages/SystemUI/res/anim/ic_qs_screen_timeout_tolong.xml new file mode 100644 index 0000000..6fa46e9 --- /dev/null +++ b/packages/SystemUI/res/anim/ic_qs_screen_timeout_tolong.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android" + +android:duration="250" +android:propertyName="rotation" +android:valueFrom="-90" +android:valueTo="-180"/>
\ No newline at end of file diff --git a/packages/SystemUI/res/anim/ic_qs_screen_timeout_tomed.xml b/packages/SystemUI/res/anim/ic_qs_screen_timeout_tomed.xml new file mode 100644 index 0000000..7ee79ba --- /dev/null +++ b/packages/SystemUI/res/anim/ic_qs_screen_timeout_tomed.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android" + +android:duration="250" +android:propertyName="rotation" +android:valueFrom="0" +android:valueTo="-90"/>
\ No newline at end of file |