summaryrefslogtreecommitdiffstats
path: root/core/java/android/transition
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove usages of FloatMath" automerge: a8e8cdbNeil Fuller2015-02-125-33/+22
|\
| * Remove usages of FloatMathNeil Fuller2015-02-125-33/+22
* | 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
|\ \ \
| * | | Fix transition being canceled improperly.George Mount2014-10-222-2/+13
| | |/ | |/|
* | | Add resizeClip attribute to ChangeBounds.George Mount2014-10-241-110/+208
* | | Use one method to change bounds in ChangeBounds.George Mount2014-10-231-66/+70
|/ /
* | Allow using setLeft/Top/Right/Bottom to control ChangeBounds.George Mount2014-10-101-1/+1
* | Avoid changeBounds animations on Views that are not yet laidoutChris Craik2014-10-061-7/+10
* | Fix ChangeTransform works only once on a View.George Mount2014-10-011-3/+9
|/
* Target only shared elements with shared element TransitionGeorge Mount2014-09-191-2/+2
* Merge "Fix broken logic in isValidTarget" into lmp-devGeorge Mount2014-09-181-2/+2
|\
| * Fix broken logic in isValidTargetGeorge Mount2014-09-181-2/+2
* | Default to using hardware layer during fade transition.George Mount2014-09-171-0/+12
|/
* Fixed OOM due to visibility transitions.George Mount2014-09-152-31/+80
* Made Transitions act only the views that they target.George Mount2014-09-123-39/+45
* Merge "Fixed empty TransitionSet not notifying listeners." into lmp-devGeorge Mount2014-09-111-3/+9
|\
| * Fixed empty TransitionSet not notifying listeners.George Mount2014-09-111-3/+9
* | Merge "Fixed: TransitionSet setStartDelay did nothing." into lmp-devGeorge Mount2014-09-111-1/+14
|\ \
| * | Fixed: TransitionSet setStartDelay did nothing.George Mount2014-09-111-1/+14
| |/
* | Omit appearing views that have a parent that is also appearing.Craig Stout2014-09-101-0/+12
* | Merge "Only call setHasTransientState in captureHierarchy." into lmp-devGeorge Mount2014-09-082-8/+12
|\ \
| * | Only call setHasTransientState in captureHierarchy.George Mount2014-09-052-8/+12
| |/
* | Merge "Improve Visibility parent value check." into lmp-devGeorge Mount2014-09-081-6/+10
|\ \ | |/ |/|
| * Improve Visibility parent value check.George Mount2014-09-071-6/+10
* | API Review: Improve javadoc.George Mount2014-09-055-36/+89
|/
* Merge "Fix ChangeTransform to work with interruptions" into lmp-devGeorge Mount2014-09-031-12/+24
|\
| * Fix ChangeTransform to work with interruptionsGeorge Mount2014-09-031-12/+24
* | Merge "Fix TransitionManager.go() to allow null transitions" into lmp-devChet Haase2014-09-031-3/+7
|\ \
| * | Fix TransitionManager.go() to allow null transitionsChet Haase2014-09-031-3/+7
* | | Merge "Make Fragment Transitions match Acitivty Transitions API" into lmp-devGeorge Mount2014-09-031-0/+27
|\ \ \ | | |/ | |/|
| * | Make Fragment Transitions match Acitivty Transitions APIGeorge Mount2014-09-021-0/+27
| |/
* | Merge "Use offsetLeftAndRight and offsetTopAndBottom in ChangeBounds." into l...George Mount2014-08-291-18/+74
|\ \ | |/ |/|
| * Use offsetLeftAndRight and offsetTopAndBottom in ChangeBounds.George Mount2014-08-281-18/+74
* | Merge "Fix NPE when transitioning on unattached scene root." into lmp-devGeorge Mount2014-08-281-2/+2
|\ \ | |/ |/|
| * Fix NPE when transitioning on unattached scene root.George Mount2014-08-281-2/+2
* | Update API per council requestsCraig Mautner2014-08-251-3/+3
|/
* Add Parent Change to ChangeTransformDake Gu2014-08-216-124/+407
* Fixed ChangeBounds matching against the wrong View.George Mount2014-08-193-66/+110
* Set start transform before animator starts.George Mount2014-08-191-0/+1
* Add a way to get Transitions from a TransitionSet.George Mount2014-08-191-0/+25
* Move shared elements to overlay when in a transition group.George Mount2014-08-081-2/+2