summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/util/animation
Commit message (Expand)AuthorAgeFilesLines
* Ensure that launched Views implement LaunchableViewJordan Demeulenaere2023-01-301-15/+14
* Fix clipping during media squishing and general behaviorSelim Cinek2022-12-272-2/+35
* Use 60Hz frame calculations instead of magic numbersEvan Laird2022-03-171-0/+6
* [Animations] Add a utility method to get the number of milliseconds forCaitlin Cassidy2022-03-151-0/+41
* Move ActivityLaunchAnimator in its own lib. (1/n)Jordan Demeulenaere2021-04-081-2/+1
* Extract ActivityLaunchAnimator into a reusable class.Jordan Demeulenaere2021-04-061-0/+18
* Merge "Remove OnPreDrawListener when detached from window"Robert Snoeberger2020-10-011-1/+14
|\
| * Remove OnPreDrawListener when detached from windowRobert Snoeberger2020-09-301-1/+14
* | Move Pip codes from SysUI to WMShell lib (9/N)Bill Lin2020-09-303-1685/+0
|/
* Use sf animation handler in PIP PhysicsAnimatorTony Huang2020-07-161-6/+42
* Fixed an issue where scrolling didn't work anymore after going to landscapeSelim Cinek2020-06-291-1/+18
* Fix RTL text in TransitionLayoutJeff DeCew2020-06-271-4/+26
* Making transitions between gone hosts work betterSelim Cinek2020-06-253-28/+183
* Merge changes I30a2fa4f,I1abd1561 into rvc-devTreeHugger Robot2020-06-231-8/+3
|\
| * Fix cliping when the media player is fully clipped offSelim Cinek2020-06-221-8/+3
* | Correct RTL layout of media playersJeff DeCew2020-06-221-2/+7
|/
* Making the media carousel dismissableSelim Cinek2020-06-191-3/+15
* Scale down PIP when it's dragged into the dismiss target.Josh Tsuji2020-06-171-0/+34
* Fix clipping while scrollingLucas Dupin2020-06-161-3/+15
* Merge "Hook up media player resumption to UI" into rvc-devLucas Dupin2020-06-162-0/+16
|\
| * Hook up media player resumption to UILucas Dupin2020-06-152-0/+16
* | Merge "Fixed an issue where the Device output chip lost its alpha" into rvc-devSelim Cinek2020-06-151-0/+4
|\ \ | |/ |/|
| * Fixed an issue where the Device output chip lost its alphaSelim Cinek2020-06-121-0/+4
* | Remove DynamicAnimation when it ends.Garfield Tan2020-06-091-0/+6
* | Use WeakReference to hold target in values.Garfield Tan2020-06-051-7/+25
|/
* Replacing MotionLayout with DynamicLayoutSelim Cinek2020-05-265-129/+613
* Merge changes from topic "media_refactor" into rvc-devSelim Cinek2020-05-122-0/+195
|\
| * Handling multiple players betterSelim Cinek2020-05-081-6/+16
| * Fixing some issues where view was too short when createdSelim Cinek2020-05-081-6/+9
| * Made the animation logic more stableSelim Cinek2020-05-081-1/+1
| * Measuring the Media Views now properly the first time its createdSelim Cinek2020-05-083-41/+182
| * Refactored the Media Player managementSelim Cinek2020-05-081-0/+41
* | Fix PIP snapping to incorrect location.Joshua Tsuji2020-05-071-4/+21
|/
* Add the Manage menu!Joshua Tsuji2020-04-211-7/+37
* Modifies PhysicsAnimator's cancellation methods to support tests.Joshua Tsuji2020-02-192-6/+57
* Adds estimateFlingEndValue to PhysicsAnimator.Joshua Tsuji2020-02-061-0/+17
* Fix issue with left-flings when distanceToDestination = 0.Joshua Tsuji2020-01-151-9/+13
* Add FloatProperties, which contains helpful properties for animating Rects.Joshua Tsuji2020-01-141-0/+107
* Filter end actions for null, and allow Runnables from JavaJoshua Tsuji2020-01-141-2/+11
* Cancel flings before restarting them.Joshua Tsuji2020-01-141-1/+3
* Adds 'flinging-then-springing' to the PhysicsAnimator.Joshua Tsuji2020-01-142-57/+225
* Fix isPropertyAnimating to include flings, and add tests.Joshua Tsuji2020-01-141-1/+2
* Merge "Suppress unchecked cast warnings because they're upsetting mankoff@."TreeHugger Robot2019-12-192-0/+4
|\
| * Suppress unchecked cast warnings because they're upsetting mankoff@.Joshua Tsuji2019-12-192-0/+4
* | Fix occassional CME in physics tests.Joshua Tsuji2019-12-191-2/+9
|/
* Adds PhysicsAnimator and accompanying test utilities!Joshua Tsuji2019-12-172-0/+1174