summaryrefslogtreecommitdiffstats
path: root/core/java/android/transition
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | 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