summaryrefslogtreecommitdiff
path: root/core/java/android/transition/Fade.java
Commit message (Expand)AuthorAgeFilesLines
* Fix IntDef's usages in the platform TransitionsAndrey Kulikov2018-09-071-1/+1
* Recycle TypedArrays in Fade and TransitionInflaterYuichi Araki2017-02-101-0/+1
* Remove TransitionListener after transition completes.George Mount2016-06-141-0/+1
* Null check for fade start alpha value.George Mount2016-02-101-11/+16
* Fix Fade transition interrupt.George Mount2016-02-081-16/+21
* Reset transitionAlpha when the transition is stopped early.George Mount2015-04-031-14/+9
* Default to using hardware layer during fade transition.George Mount2014-09-171-0/+12
* API Council: Change docs and constant names.George Mount2014-07-221-4/+4
* Add curved motion to Transitions.George Mount2014-06-301-0/+12
* Add IN/OUT flag for all Visibility transitions.George Mount2014-06-261-15/+8
* Fade Transition sometimes disappeared improperly.George Mount2014-04-251-7/+5
* Add Transitions useful for Activity transitions.George Mount2014-04-071-212/+46
* Make fading transitions work betterChet Haase2013-09-261-4/+41
* Use transition-only alpha property for fading transitionsChet Haase2013-09-181-64/+36
* Ensure that transitions animating alpha end on a reasonable valueChet Haase2013-09-161-1/+33
* Transition API changes from API council recommendationsChet Haase2013-09-041-0/+301