summaryrefslogtreecommitdiff
path: root/core/java/android/transition/Explode.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-2/+2
| | | | | | | This change also remove trailing whitespace. Test: code still compiles Change-Id: I7eff4546320d67d2bae58d31bad0625ea0791b8f
* Fix blink in Explode transition.George Mount2015-06-151-2/+2
| | | | | | Bug 21785708 Change-Id: I1250d8e084601a6267906fdb2f3df46cbb8161fc
* Remove usages of FloatMathNeil Fuller2015-02-121-14/+10
| | | | | Bug: https://code.google.com/p/android/issues/detail?id=36199 Change-Id: Iec8fb663ed54eb967050f6ff25a36ba534204c4d
* Add default propagation back to Explode.George Mount2014-07-291-0/+1
| | | | | | Bug 16217557 Change-Id: I47460db128749af978077755a777068392492aee
* Add curved motion to Transitions.George Mount2014-06-301-0/+6
| | | | | | | | | | Bug 15197527 Added two public PathMotions: PatternMotion and ArcMotion. ArcMotion is the algorithm provided by UX. PatternMotion provides a mechanism for using a Path as a pattern. Change-Id: Ie57fd5f4e62269acc1164eced39853a12c52bd77
* Handle interruptions in Explode and Slide transitions.George Mount2014-06-181-95/+34
| | | | | | Bug 15618842 Change-Id: I22431b59c6516ee330d897791b79fa9ed17ba727
* Add Transitions useful for Activity transitions.George Mount2014-04-071-0/+228
Slide: transition in and out of the edge of the scene. Explode: transition to the scene borders Moved capability from Fade to Visibility. Change-Id: Ibeb0d8f751c990edc467570d9665fbe251af2703