summaryrefslogtreecommitdiffstats
path: root/core/res/res/anim
Commit message (Collapse)AuthorAgeFilesLines
* frameworks: add keyguard wallpaper functionality to WallpaperManagerRoman Birg2015-10-261-0/+32
| | | | | | | Adapted for cm-12. Change-Id: I0eb1b5578b705c2ade4c0772fa86e09478b9f73e Signed-off-by: Roman Birg <roman@cyngn.com>
* SystemUI: make long pressing recent switch to last appRoman Birg2015-10-262-0/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | With this patch, long pressing the recents key on the navigation bar will attempt to switch to your last application in the activity stack before the active one. The user's current home launcher package is ignored as well as SystemUI (so that RecentsActivity does not influence the behavior). Change-Id: I38771e0fce16b55bb5186af47115b4e812cb60b0 Signed-off-by: Roman Birg <roman@cyngn.com> Signed-off-by: Adnan Begovic <adnan@cyngn.com> frameworks: allow last app action to be assigned to hardware keys Also fix multi-user handling for 'switch to last app' and 'kill foreground app' actions. Change-Id: I1fb586d19b1198e6888b0f11e0a2813acf0bcd5b Signed-off-by: Roman Birg <roman@cyngn.com> Signed-off-by: Danny Baumann <dannybaumann@web.de> Signed-off-by: Adnan Begovic <adnan@cyngn.com> make switch to last app animation snappier Change-Id: Ia253a3db45109da7dd4f7a2467184d81c04918b4
* Replace PNG-based seekbar thumb animation with AVDAlan Viverette2015-05-292-0/+36
| | | | | | | Adds optical inset support for VectorDrawable and GradientDrawable. Bug: 19944181 Change-Id: I9df04d9fe17ad858413e7f93694bf37ee2c43c85
* Fix checkbox animation end colorsAlan Viverette2015-05-046-44/+22
| | | | | | | | | | | Uses a themed color state list so that even though the animations will end showing the same drawable that they started from, and therefore the same tint, the correct color will be displayed based on the state. Also renames the checkbox assets so it's easier to figure out which one is going in which direction. Bug: 20733852 Change-Id: I1e8331d9f035595953db6df3b28b766db3617e1c
* Fixed bug with black background when exiting a wallpaper window.Wale Ogunwale2015-04-222-2/+2
| | | | | | | | | | | | | | | | | | | | * Defer hiding the wallpaper until all animations are done. We were previously hiding the wallpaper once the closing app animation is done which leads to the background of the opening app animation going black since there is nothing to show there. * Don't set the wallpaper_close_enter animation blackground to black. This will also cause the background of the opening app animation to go black once the wallpaper closing app animation is done. * Don't set task_open_enter animation blackground to black. This can cause an undesired black frame during transition if the new task is created on the home stack instead of an application stack. Bug: 17098816 Bug: 19454410 Change-Id: I0e63d72b1748d7d2424119b3176f48476293af92
* Fix date picker dialog sizeAlan Viverette2015-04-102-0/+44
| | | | | | | | Also fixes date picker instance state restore and cleans up the fade animations. Bug: 20110268 Change-Id: I503e2f81253077f22f1619834dc2f2634138ae4e
* Revert "Revert "Use AVD for checkbox animation.""Tenghui Zhu2015-04-026-0/+288
| | | | | | This reverts commit c243221435dcaa43ae132b49b2b8bf4bdb62783a. Change-Id: Ie77ddca201d1661482e3361b5db12eb0d6a81a89
* Revert "Use AVD for checkbox animation."Tenghui Zhu2015-03-286-288/+0
| | | | | | This reverts commit 9734bdc97ee3049cdadfb04fce1fd76626934519. Change-Id: I2736560a7712418b7b69507a82619b9ca8552014
* Use AVD for checkbox animation.ztenghui2015-03-266-0/+288
| | | | | | | | | | Removing a lot of pngs. The size(scaling) has been tweaked to match the old PNG version. The color has been unified into one as ?attr/colorControlNormal b/18260896 Change-Id: Ic23d013fe3623ae1cca5f01eaf3ec153ea61714f
* Update colored button stylingAlan Viverette2015-02-061-33/+0
| | | | Change-Id: Idf31a31cb2e049a6e2dc002271c560315b441dfc
* Add animations for the system bar color viewsAdrian Roos2014-11-174-4/+4
| | | | | | | | Smoothly animates them in and out when their visibility changes. Bug: 17882303 Change-Id: I04bf585bb253c655b4be2f5cc2304d5060cb1657
* Improve lockscreen launch animationsJorim Jaggi2014-11-123-6/+9
| | | | | | | | | | | | | | | | | | | | | | - Add a timeout so if WindowManager "forgets" to tell that the activity has drawn, we still unlock after 3 seconds, so the user is not completely stuck. - Use the screen height instead of the window height for the translation animation. - Don't run the animation if the attached window is not null. The animation from the attached window will influence the transformation as well, so there is no need to run an additional animation in this case (apps with SurfaceView's had broken unlock transitions because of this). - If the starting window needs to go away while the unlock transition is running, modify the existing animation such that it fades out in the same transition. Bug: 15991916 Change-Id: Ia5dfa31e1bc0d5745fe228e1daf08e268733b6f1
* Adding bounce animation for affiliated tasks. (Bug 16656169)Winson Chung2014-11-062-33/+22
| | | | Change-Id: I39e4a57c4e6b707d15513dacde2d40c23bb05058
* fixed jank on activity close exit with better alpha interpolationAri Sachter-Zeltzer2014-10-141-3/+3
| | | | | | | remove zoom animation from fragment close and open transitions. they are now just cross fades remove zAdjustment property from animatorSet Change-Id: I8425f745da2d93948ba8b6fc12c80b3d82c6213c
* Simplify progress bar pathsAlan Viverette2014-09-142-24/+19
| | | | | BUG: 17366831 Change-Id: I7efa215d399e4bf47b41949d313fba4487f068a0
* Update API per council requestsCraig Mautner2014-08-251-0/+0
| | | | | | | | | | | launchTaskBehindBackgroundAnimation => launchTaskBehindTargetAnimation visibilityMode => transitionVisiblityMode makeLaunchTaskBehindAnimation => makeTaskLaunchBehind launch_task_behind_background = launch_task_behind_target Fixes bug 16958544. Change-Id: I3b7c791fc0671b8071a5377cf6fa878bd5861f70
* Revert "Revert "Update indeterminate linear progress bar""Tenghui Zhu2014-08-206-207/+65
| | | | | | This reverts commit f010cb690c49887ba8fc6f925c468b8fa865a4c1. Change-Id: I9e36ddf046eb0ff07fc736da2498e1669c8821f1
* Revert "Update indeterminate linear progress bar"Tenghui Zhu2014-08-196-65/+207
| | | | | | This reverts commit 00282d5a5182293d401164278738f454b42cf979. Change-Id: I1c1d167c32006cef807e0eeb44cfef784a6444e5
* Update indeterminate linear progress barztenghui2014-08-196-207/+65
| | | | | | b/14622065 Change-Id: I1366ecd5e265f5acc31a0ec6281de6e345a8464b
* Use different unlock animation when going to full shadeJorim Jaggi2014-08-142-8/+28
| | | | | | | | | Also fixes a bug that the notify flag was not reset, and fix the transition for the phone/camera affordance (in these cases, no animation is needed). Bug: 15991916 Change-Id: Idbb4fa40f86bda597cd66cc38da838ef4f75514d
* Lockscreen launch animationsJorim Jaggi2014-08-122-11/+13
| | | | | | | | | | | | | | | | | | | - Get rid of ActivityManager.dismissKeyguardOnNextActivity, which was used for two different things: Dismiss keyguard from somewhere else (not really necessary anymore), wait to actually dismiss keyguard after the window behind is drawn. Instead, introduce keyguardWaitingForActivityDrawn(), and change the semantics where necessary. - Make wallpaper_close_enter consistent with task_open_enter and the Keyguard launch animation. - Close the panel even on lockscreen when launching a notification. - Block notification shade updates during the collapsing motion so notification don't play the disappear animation immediately after having launched a notification. Bug: 15991916 Change-Id: I133c177b84e926c87c1a404ba93d633593fec3ab
* Preparations for lockscreen launch animationsJorim Jaggi2014-08-123-29/+92
| | | | | | | | | | | | | | | | - Update unlock animations to new spec to make the consistent with lockscreen launch animations. - Introduce disappearing motion for security views which runs before we actually dismiss Keyguard. - If a window is running the un-force-hide animation, treat as it would have the wallpaper flag set so the wallpaper stays until the animation is completely done. - Run an animation on the wallpaper if the wallpaper is going away. Bug: 15991916 Bug: 16234603 Bug: 15326120 Change-Id: I063aa4f269ddcf75b9a705e90f0c3056b541b642
* Initial changes to add task affiliation styling. (Bug 16656169)Winson Chung2014-08-071-4/+4
| | | | - Fixing issue with launch-in-background animation
* Update the system linear progress barztenghui2014-08-054-0/+207
| | | | | | bug:14622065 Change-Id: Ic08022d934763ba0cc6067af3e50c4afeb8a0e9e
* Launch activity behind launching task.Craig Mautner2014-07-152-0/+93
| | | | | | | | | | Use ActivityOptions.makeLaunchTaskBehindAnimation() to launch tasks behind the current task. Includes animations for launching and launched tasks. Fixes bug 16157517. Change-Id: I0a94af70b4748592e94673b958ee824cfb3d7ec0
* Make the positive dialog button use accent colorAlan Viverette2014-07-071-0/+33
| | | | | BUG: 16134401 Change-Id: Icada7415328cea16288824f75049a2952303841f
* Use shape drawable for button asset, enable shadowsAlan Viverette2014-07-011-2/+23
| | | | | BUG: 15316437 Change-Id: I8c2ddce50fcf8082c8ba01350606d6f344e03306
* Make sure the indeterminate progress bar rotate correctly.ztenghui2014-07-011-0/+25
| | | | | | | | Now the rotation is following a star pattern. bug:16010534 Change-Id: I6c1b863d6a4e7b8bcb8621ffd4ad828628739d71
* Use AnimatedVectorDrawable for progress bar.ztenghui2014-06-301-0/+45
| | | | Change-Id: I419197ef38a611757f27ca3192350ad4bd403875
* Hide status bar in bouncerJorim Jaggi2014-06-201-1/+1
| | | | | | | Also, it gets faded in synchronously with the other unlock animations. Bug: 15407838 Change-Id: Ie161dfe970a2b4035a2d4cc7bb847285160cf691
* am 50bfc3ac: Merge "[system transitions] + merge all transition work into ↵Dianne Hackborn2014-06-0910-79/+71
|\ | | | | | | | | | | | | new branch for commiting to master + new task switching animations to support doc-centric recents + new default activity transitions + new app -> home (wallpaper close) + updated fragment close" * commit '50bfc3ac0fadbb5413e9de07141d1eff4fc7321e': [system transitions] + merge all transition work into new branch for commiting to master + new task switching animations to support doc-centric recents + new default activity transitions + new app -> home (wallpaper close) + updated fragment close
| * [system transitions]Ari Sachter-Zeltzer2014-06-0610-79/+71
| | | | | | | | | | | | | | | | | | | | + merge all transition work into new branch for commiting to master + new task switching animations to support doc-centric recents + new default activity transitions + new app -> home (wallpaper close) + updated fragment close Change-Id: If055e454e7e7bf11c7d54c8cacad8f7ec52d12d1
| * DO NOT MERGE Material themeAlan Viverette2014-06-063-0/+0
| | | | | | | | | | BUG: 15467097 Change-Id: I15191362e104a902895418fc615892c21db64c35
* | Material themeAlan Viverette2014-06-063-0/+0
| | | | | | | | | | BUG: 15467097 Change-Id: I15191362e104a902895418fc615892c21db64c35
* | am 8dead81f: Merge "Code cleaning" into lmp-preview-devFabrice Di Meglio2014-06-022-2/+0
|\ \ | |/ | | | | | | * commit '8dead81f3b1548d0d3f84a585b389baf8d415e99': Code cleaning
| * Merge "Code cleaning" into lmp-preview-devFabrice Di Meglio2014-06-022-2/+0
| |\
| | * Code cleaningFabrice Di Meglio2014-05-302-2/+0
| | | | | | | | | | | | | | | | | | - remove old path references Change-Id: I9b8cbc9eefdc17670019c3b4afa240b622ae9ed6
* | | am 698c8194: Merge "Fade scrim in unlock animation." into lmp-preview-devJorim Jaggi2014-05-312-32/+11
|\ \ \ | |/ / | | | | | | | | | * commit '698c81948ed277253d567aa4c34996d2d0477992': Fade scrim in unlock animation.
| * | Merge "Fade scrim in unlock animation." into lmp-preview-devJorim Jaggi2014-05-312-32/+11
| |\ \
| | * | Fade scrim in unlock animation.Jorim Jaggi2014-05-312-32/+11
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | This also introduces a startTime which gets sent from window manager to SystemUI, which tells when the animation should start, to allow for a more synchronized animation with fading out the scrim and fading in the activity behind. Bug: 15163546 Change-Id: I16212b1ef9eb76f1f98734da1d14fc5b7e626937
* | | am 6647a9db: Merge "Fix IME animation." into lmp-preview-devDianne Hackborn2014-05-311-1/+1
|\ \ \ | |/ / | | | | | | | | | * commit '6647a9dbc5584ddee154008290c3d25c973f9035': Fix IME animation.
| * | Fix IME animation.Dianne Hackborn2014-05-301-1/+1
| |/ | | | | | | Change-Id: I8999c243a73dbff4ee9b06ebe199e4690286769d
* | am b5b37c2b: Merge "Add methods to coordinate unlock animation." into ↵Craig Mautner2014-05-292-4/+3
|\ \ | |/ | | | | | | | | | | lmp-preview-dev * commit 'b5b37c2babe744acb002ed9b8556a9d9cd2202fc': Add methods to coordinate unlock animation.
| * Merge "Add methods to coordinate unlock animation." into lmp-preview-devCraig Mautner2014-05-292-4/+3
| |\
| | * Add methods to coordinate unlock animation.Jorim Jaggi2014-05-272-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce IWindowManager.keyguardGoingAway to notify that Keyguard wants to dismiss it self. This method starts the state machine in WindowAnimator which animates in the activity behind the keyguard. Animating out the keyguard is done by the StatusBar/Keyguard software when it receives the startKeyguardExitAnimation() callback. Bug: 14118756 Change-Id: Id3b8f41189410bad808b4892fbec74245e59efce
* | | am c2091a1f: Merge "Add system layer for voice interaction services." into ↵Dianne Hackborn2014-05-297-4/+158
|\ \ \ | |/ / | | | | | | | | | | | | | | | lmp-preview-dev * commit 'c2091a1fbc463941b3e42db36e369124ac3c1013': Add system layer for voice interaction services.
| * | Add system layer for voice interaction services.Dianne Hackborn2014-05-287-4/+158
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New window layer that voice interaction service windows go in to. Includes a new voice-specific content rectangle that voice activities are placed in to. Add specific animations for this layer, sliding down from the top (though this can be customized by the voice interaction service). Also add the concept of activities running for voice interaction services for purposes of adjusting the animation used for them, again sliding from the top, but not (yet?) customizable by the voice interaction service. Change-Id: Ic9e0e8c843c2e2972d6abb4087dce0019326155d
* | am eae1e094: am 810ed89c: Merge "Adding activity enter/exit animations for ↵Vinod Krishnan2014-05-232-0/+54
|\ \ | |/ |/| | | | | | | | | wearables" into klp-modular-dev * commit 'eae1e09459d27b03ca3aed26291fe5c590a57365': Adding activity enter/exit animations for wearables
| * Adding activity enter/exit animations for wearablesVinod Krishnan2014-05-222-0/+54
| | | | | | | | | | | | | | Bug: 14939877 Bug: 15022424 Change-Id: Id230066c675254a63c5222719a05f86c6b897fa5
* | State based animators for ViewsYigit Boyar2014-05-071-0/+34
| | | | | | | | | | | | Set quantum theme buttons to elevate 2dp on press Change-Id: Ibf4f5ef166b901382c304d392eba075836a96a35