index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
transition
/
ChangeBounds.java
Age
Commit message (
Expand
)
Author
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-11-29
Made View.setLeftTopRightBottom() public
Andrey Kulikov
2018-08-30
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-04-23
Don't clear focus during transition animations
Evan Rosky
2017-04-07
Ensure bounds are updated together.
George Mount
2016-10-12
Fix import statement in view|transition|animation packages.
Aurimas Liutikas
2016-06-14
Remove TransitionListener after transition completes.
George Mount
2016-05-24
Add missing @Deprecated annotations.
Aurimas Liutikas
2015-10-19
Set the bounds on the drawable for ChangeBounds reparenting.
George Mount
2014-10-24
Add resizeClip attribute to ChangeBounds.
George Mount
2014-10-23
Use one method to change bounds in ChangeBounds.
George Mount
2014-10-10
Allow using setLeft/Top/Right/Bottom to control ChangeBounds.
George Mount
2014-10-06
Avoid changeBounds animations on Views that are not yet laidout
Chris Craik
2014-08-28
Use offsetLeftAndRight and offsetTopAndBottom in ChangeBounds.
George Mount
2014-08-21
Add Parent Change to ChangeTransform
Dake Gu
2014-08-19
Fixed ChangeBounds matching against the wrong View.
George Mount
2014-07-28
Allow changing bounds to and from a zero-sized bounds.
George Mount
2014-07-22
Adds ScrollBounds to the Transition framework
Paul Soulos
2014-07-10
Don't change View visibility during activity transitions.
George Mount
2014-06-30
Add curved motion to Transitions.
George Mount
2013-09-04
Transition API changes from API council recommendations
Chet Haase