summaryrefslogtreecommitdiff
path: root/core/java/android/transition/SidePropagation.java
Commit message (Collapse)AuthorAgeFilesLines
* Add IntDefs for Animator and Transition classes.George Mount2016-01-131-1/+2
| | | | | | Bug 23593341 Change-Id: Ifcb30322cb90efb32262c80f5d11c2d39efc5080
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
| | | | Change-Id: I031443de83f93eb57a98863001826671b18f3b17
* Merge "Remove usages of FloatMath" automerge: a8e8cdbNeil Fuller2015-02-121-1/+0
|\ | | | | | | | | | | | | automerge: 27316a9 * commit '27316a93e5979859ae98f506eca365784353007a': Remove usages of FloatMath
| * Remove usages of FloatMathNeil Fuller2015-02-121-1/+0
| | | | | | | | | | Bug: https://code.google.com/p/android/issues/detail?id=36199 Change-Id: Iec8fb663ed54eb967050f6ff25a36ba534204c4d
* | Slide supports Gravity.START and Gravity.END.George Mount2014-11-191-5/+17
|/ | | | | | Bug 18444396 Change-Id: Id7b82b44948e4501c2b4fb5302d22672fa20cd00
* API review: Constants to Gravity and Epicenter.George Mount2014-06-051-29/+11
| | | | | | | | | Bug 15432037 Constants for LEFT, RIGHT, TOP, BOTTOM moved to using Gravity. Epicenter method name changed. Change-Id: If226613794623fd50fdaf8fc61b0020d17628f68
* Fixed transition start delay propagation when duration = 0.George Mount2014-05-011-3/+7
| | | | | | | | | Bug 14443184 Also gave the propagation speed a tweak to make it more obvious that there is a propagation. Change-Id: If9dc3172ae6ce7e6a712ccd1b83ebec9bf880bfa
* Add Transitions useful for Activity transitions.George Mount2014-04-071-0/+165
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