summaryrefslogtreecommitdiffstats
path: root/core/java/android/transition
Commit message (Expand)AuthorAgeFilesLines
* Set the bounds on the drawable for ChangeBounds reparenting.George Mount2015-10-191-9/+10
* 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
* | Merge "Fix endTransition index out of bounds exception." into mnc-devGeorge Mount2015-06-261-4/+5
|\ \
| * | Fix endTransition index out of bounds exception.George Mount2015-06-251-4/+5
| |/
* | Merge "Fix addTarget not limiting to the given views." into mnc-devGeorge Mount2015-06-261-11/+19
|\ \
| * | Fix addTarget not limiting to the given views.George Mount2015-06-251-11/+19
| |/
* | Merge "Fix removeTarget to remove by ID instead of index." into mnc-devGeorge Mount2015-06-251-1/+1
|\ \
| * | Fix removeTarget to remove by ID instead of index.George Mount2015-06-231-1/+1
| |/
* | Suppress Layout during Visibility transitionsGeorge Mount2015-06-221-5/+38
|/
* Merge "Have the final setVisibility cause a requestLayout." into mnc-devGeorge Mount2015-06-161-1/+1
|\
| * Have the final setVisibility cause a requestLayout.George Mount2015-06-151-1/+1
* | Fix blink in Explode transition.George Mount2015-06-153-8/+32
|/
* Merge "API Council changes." into mnc-devGeorge Mount2015-06-082-18/+23
|\
| * API Council changes.George Mount2015-06-052-18/+23
* | Don't cause requestLayout when transition changes Visibility.George Mount2015-06-051-5/+5
|/
* Properly cancel animators when View doesn't exist in starting state.George Mount2015-05-071-0/+4
* Merge "Fix potential NPE in internal isValidTarget method." into mnc-devGeorge Mount2015-05-041-0/+3
|\
| * Fix potential NPE in internal isValidTarget method.George Mount2015-05-041-0/+3
* | Merge "Fix Visibility not changing until Animator ends." into mnc-devGeorge Mount2015-05-041-36/+81
|\ \
| * | Fix Visibility not changing until Animator ends.George Mount2015-05-041-36/+81
| |/
* | Always force constructors accessible during inflationAlan Viverette2015-05-041-1/+1
|/
* Make sure Transition constructor is accessible before invokingTony Mantler2015-04-281-1/+1
* Merge "Make TransitionManager.endTransitions() public."George Mount2015-04-091-1/+0
|\
| * Make TransitionManager.endTransitions() public.George Mount2015-04-081-1/+0
* | Reset transitionAlpha when the transition is stopped early.George Mount2015-04-031-14/+9
|/
* Add @TransitionRes for transition resource integersTor Norbye2015-03-131-2/+6
* Fix TransitionManager.go not running transition.George Mount2015-03-031-13/+16
* Remove unused imports in frameworks/base.John Spurlock2015-02-284-6/+0
* Increase visibility of Transition.areValuesChanged() to protected to allowTodd Volkert2015-02-122-3/+13
* Merge "Revert "Increase visibility of Transition.areValuesChanged() to protec...Todd Volkert2015-02-122-13/+3
|\
| * Revert "Increase visibility of Transition.areValuesChanged() to protected to ...Todd Volkert2015-02-122-13/+3
* | Merge "Increase visibility of Transition.areValuesChanged() to protected to a...Todd Volkert2015-02-122-3/+13
|\ \ | |/
| * Increase visibility of Transition.areValuesChanged() to protected to allowTodd Volkert2015-02-122-3/+13
* | Merge "Remove usages of FloatMath" automerge: a8e8cdb automerge: 27316a9Neil Fuller2015-02-125-33/+22
|\ \ | |/ |/|
| * Merge "Remove usages of FloatMath" automerge: a8e8cdbNeil Fuller2015-02-125-33/+22
| |\
| | * Remove usages of FloatMathNeil Fuller2015-02-125-33/+22
* | | Make popup transition animation play nicely with dismiss/show pairAlan Viverette2015-02-021-1/+26
* | | Unhid ChangeScrollBrian Attwell2015-01-051-2/+0
|/ /
* | Merge "Reset the transitionAlpha after the transition completes." into lmp-mr...George Mount2014-11-201-4/+5
|\ \
| * | Reset the transitionAlpha after the transition completes.George Mount2014-11-191-4/+5
* | | Slide supports Gravity.START and Gravity.END.George Mount2014-11-192-7/+55
|/ /
* | Fix Visibility transitions canceling when nothing has changed.George Mount2014-11-141-0/+1
* | Merge "Allow PathMotion to affect translations in ChangeTransform." into lmp-...George Mount2014-11-101-11/+90
|\ \
| * | Allow PathMotion to affect translations in ChangeTransform.George Mount2014-11-051-11/+90
* | | Fix javadoc.George Mount2014-10-311-3/+3
|/ /
* | Merge "ActivityTransition: Encode scaleType and matrix in snapshot view" into...Dake Gu2014-10-271-0/+31
|\ \
| * | ActivityTransition: Encode scaleType and matrix in snapshot viewDake Gu2014-09-301-0/+31
* | | Merge "Fix transition being canceled improperly." into lmp-mr1-devGeorge Mount2014-10-272-2/+13
|\ \ \