summaryrefslogtreecommitdiff
path: root/core/java/android/transition/Visibility.java
Commit message (Expand)AuthorAgeFilesLines
* Reuse overlay view between two Visibility transitionsAndrey Kulikov2018-10-181-58/+87
* Fix crash in RecyclerView if it's view is animated by TransitionsAndrey Kulikov2018-10-151-4/+20
* Fix IntDef's usages in the platform TransitionsAndrey Kulikov2018-09-071-2/+4
* Avoid improperly removing views during transitionsGeorge Mount2018-02-021-1/+4
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-1/+4
* Remove TransitionListener after transition completes.George Mount2016-06-141-0/+2
* Disable suppressLayout in Visibility Activity Transitoins.George Mount2016-03-221-3/+15
* Don't use forceVisibility for Activity Transitions.George Mount2016-02-101-53/+16
* Add IntDefs for Animator and Transition classes.George Mount2016-01-131-3/+13
* Fix Fade out during Activity Transition.George Mount2015-07-061-32/+24
* Merge "Add missing addPauseListener." into mnc-devGeorge Mount2015-07-011-0/+1
|\
| * Add missing addPauseListener.George Mount2015-06-301-0/+1
* | Suppress Layout during Visibility transitionsGeorge Mount2015-06-221-5/+38
|/
* Have the final setVisibility cause a requestLayout.George Mount2015-06-151-1/+1
* Merge "API Council changes." into mnc-devGeorge Mount2015-06-081-5/+5
|\
| * API Council changes.George Mount2015-06-051-5/+5
* | Don't cause requestLayout when transition changes Visibility.George Mount2015-06-051-5/+5
|/
* Fix Visibility not changing until Animator ends.George Mount2015-05-041-36/+81
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-3/+0
* Increase visibility of Transition.areValuesChanged() to protected to allowTodd Volkert2015-02-121-2/+2
* Revert "Increase visibility of Transition.areValuesChanged() to protected to ...Todd Volkert2015-02-121-2/+2
* Increase visibility of Transition.areValuesChanged() to protected to allowTodd Volkert2015-02-121-2/+2
* Fix Visibility transitions canceling when nothing has changed.George Mount2014-11-141-0/+1
* Fix transition being canceled improperly.George Mount2014-10-221-2/+9
* Fixed OOM due to visibility transitions.George Mount2014-09-151-31/+8
* Omit appearing views that have a parent that is also appearing.Craig Stout2014-09-101-0/+12
* Improve Visibility parent value check.George Mount2014-09-071-6/+10
* Update API per council requestsCraig Mautner2014-08-251-3/+3
* Add Parent Change to ChangeTransformDake Gu2014-08-211-2/+0
* Fix visibility propagation check.George Mount2014-07-311-1/+1
* API Council: Change docs and constant names.George Mount2014-07-221-11/+11
* Don't change View visibility during activity transitions.George Mount2014-07-101-12/+39
* Add curved motion to Transitions.George Mount2014-06-301-1/+29
* Add IN/OUT flag for all Visibility transitions.George Mount2014-06-261-0/+37
* Fix blinking animation during Visibility transitions.George Mount2014-06-181-10/+10
* Allow antroid.transition Transitions in fragments.George Mount2014-06-171-8/+39
* Add view name to Transition matching.George Mount2014-05-131-20/+9
* Fade Transition sometimes disappeared improperly.George Mount2014-04-251-1/+2
* Split Activity Transitions out of PhoneWindow.George Mount2014-04-171-2/+2
* Add Transitions useful for Activity transitions.George Mount2014-04-071-6/+194
* Make fading transitions work betterChet Haase2013-09-261-64/+1
* Plug leaks in transitionsChet Haase2013-09-141-4/+1
* Transition API changes from API council recommendationsChet Haase2013-09-041-0/+289