summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewPropertyAnimator.java
AgeCommit message (Expand)Author
2020-08-19Add missing @FloatRangeJohn Reck
2019-09-20Updated ViewPropertyAnimator to call ViewNader Jawad
2019-05-17Send subtree changed AccessibilityEvent for all alpha changes.Qasid Ahmad Sadiq
2019-02-22Address API council feedbackJohn Reck
2019-02-05Updated UnsupportedAppUsage annotation usage on setAlphaNoInvalidationNader Jawad
2018-10-04Rename & package shuffleJohn Reck
2018-08-01Remove dead codeJohn Reck
2016-10-12Fix import statement in view|transition|animation packages.Aurimas Liutikas
2016-03-31Revert "Revert "Run cleanup before end actions of ViewPropertyAnimator.""George Mount
2016-03-30Revert "Run cleanup before end actions of ViewPropertyAnimator."George Mount
2016-03-29Run cleanup before end actions of ViewPropertyAnimator.George Mount
2015-06-15Revert "Make VPA.setInterpolator(null) unset the interpolator."Vladislav Kaznacheev
2015-05-20Make VPA.setInterpolator(null) unset the interpolator.Vladislav Kaznacheev
2015-05-19am 9b716793: Merge "Revert "Make VPA.setInterpolator(null) unset the interpol...Yigit Boyar
2015-05-18am d2368d07: Merge "Make VPA.setInterpolator(null) unset the interpolator." i...Vladislav Kaznacheev
2015-05-18Revert "Make VPA.setInterpolator(null) unset the interpolator."Yigit Boyar
2015-05-15Make VPA.setInterpolator(null) unset the interpolator.Vladislav Kaznacheev
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2014-08-28Canceling ViewPropertyAnimator now removes pending actionsChet Haase
2014-08-08Don't use ViewPropertyAnimatorRT yetJohn Reck
2014-07-05am 89c9c67a: am d92ab153: am a6336747: Merge "Fix a copy/paste typo in ViewPr...Nick Kralevich
2014-07-02Merge "Fix a copy/paste typo in ViewPropertyAnimator"Nick Kralevich
2014-07-01ViewPropAnimRT fixesJohn Reck
2014-06-20Fix alpha animations in ViewPropAnimRTJohn Reck
2014-06-20Re-enable ViewPropAnimRTJohn Reck
2014-05-28Merge "Make ViewPropertyAnimator correctly damage shadow receivers" into lmp-...Chris Craik
2014-05-28Make ViewPropertyAnimator correctly damage shadow receiversChris Craik
2014-05-28Disable RT animationsJohn Reck
2014-05-19Baby stepsJohn Reck
2014-04-29RenderThread animator supportJohn Reck
2014-04-28Add elevation, Z properties to ViewChris Craik
2014-04-02Move most TransformationInfo properties to RenderNodeChris Craik
2014-03-28Update several stale RenderNode variable namesChris Craik
2014-03-17Rename DisplayList->RenderNodeJohn Reck
2013-12-20Add initial APIs for 3d view manipulation.Chris Craik
2013-12-123d view system!Chris Craik
2013-10-02Fix a copy/paste typo in ViewPropertyAnimatorCyril Mottier
2013-09-13Only buildLayer() on attached viewsChet Haase
2013-09-10Build layer immediately when setting it in ViewPropertyAnimatorChet Haase
2013-09-09Add updateListener to ViewPropertyAnimatorChet Haase
2013-07-25Return the actual interpolator of the ViewPropertyAnimatorCyril Mottier
2013-05-09Fix start delay jank in ViewPropertyAnimatorChet Haase
2013-04-17Fix build - remove obsolete import of AnimatableChet Haase
2013-04-12API and doc cleanup, plus small animation/UI featuresChet Haase
2012-12-17change onEnd() to withEndAction() in javadocsRobert Ly
2012-08-17More view hierarchy, fragment debugging.Dianne Hackborn
2012-05-13Prevent ViewPropertyAnimators from getting started twiceMichael Jurka
2012-05-03Minor doc fixes for animation- and view-related thingsChet Haase
2012-04-23Remove USE_DISPLAY_LIST_PROPERTIES flagChet Haase
2012-04-19Make ViewPropertyAnimator ListView-animation-capableChet Haase