Loading core/java/com/android/internal/util/cm/QSConstants.java +2 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ public class QSConstants { public static final String TILE_LOCKSCREEN = "lockscreen"; public static final String TILE_LTE = "lte"; public static final String TILE_VISUALIZER = "visualizer"; public static final String TILE_SCREEN_TIMEOUT = "screen_timeout"; // Order matters protected static final ArrayList<String> TILES_DEFAULT = new ArrayList<String>(); Loading Loading @@ -78,5 +79,6 @@ public class QSConstants { TILES_AVAILABLE.add(TILE_LOCKSCREEN); TILES_AVAILABLE.add(TILE_LTE); TILES_AVAILABLE.add(TILE_VISUALIZER); TILES_AVAILABLE.add(TILE_SCREEN_TIMEOUT); } } packages/SystemUI/res/anim/ic_qs_screen_timeout_longtomed.xml 0 → 100644 +7 −0 Original line number Diff line number Diff line <?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 packages/SystemUI/res/anim/ic_qs_screen_timeout_longtoshort.xml 0 → 100644 +7 −0 Original line number Diff line number Diff line <?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 packages/SystemUI/res/anim/ic_qs_screen_timeout_medtoshort.xml 0 → 100644 +7 −0 Original line number Diff line number Diff line <?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 packages/SystemUI/res/anim/ic_qs_screen_timeout_medtoshort_reverse.xml 0 → 100644 +7 −0 Original line number Diff line number Diff line <?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 Loading
core/java/com/android/internal/util/cm/QSConstants.java +2 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ public class QSConstants { public static final String TILE_LOCKSCREEN = "lockscreen"; public static final String TILE_LTE = "lte"; public static final String TILE_VISUALIZER = "visualizer"; public static final String TILE_SCREEN_TIMEOUT = "screen_timeout"; // Order matters protected static final ArrayList<String> TILES_DEFAULT = new ArrayList<String>(); Loading Loading @@ -78,5 +79,6 @@ public class QSConstants { TILES_AVAILABLE.add(TILE_LOCKSCREEN); TILES_AVAILABLE.add(TILE_LTE); TILES_AVAILABLE.add(TILE_VISUALIZER); TILES_AVAILABLE.add(TILE_SCREEN_TIMEOUT); } }
packages/SystemUI/res/anim/ic_qs_screen_timeout_longtomed.xml 0 → 100644 +7 −0 Original line number Diff line number Diff line <?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
packages/SystemUI/res/anim/ic_qs_screen_timeout_longtoshort.xml 0 → 100644 +7 −0 Original line number Diff line number Diff line <?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
packages/SystemUI/res/anim/ic_qs_screen_timeout_medtoshort.xml 0 → 100644 +7 −0 Original line number Diff line number Diff line <?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
packages/SystemUI/res/anim/ic_qs_screen_timeout_medtoshort_reverse.xml 0 → 100644 +7 −0 Original line number Diff line number Diff line <?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