summaryrefslogtreecommitdiff
path: root/core/java/android/transition/Scene.java
AgeCommit message (Expand)Author
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2018-12-17Change platform Scene.getCurrentScene parameter from View to ViewGroupAndrey Kulikov
2018-11-29Restrict unsupported API usage to Scene#mEnterAction/mExitAction/setCurrentSceneAndrey Kulikov
2018-11-01Make transitions Scene.getCurrentScene() publicAndrey Kulikov
2018-08-30Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-21Merge "Code reformatting for upcoming automated code changes." am: 3b2cd9244d...Mathew Inwood
2018-08-17Code reformatting for upcoming automated code changes.Mathew Inwood
2018-06-04Fix broken links in @see tags in framework docs.Aurimas Liutikas
2013-11-06Fix docsAdam Powell
2013-11-05Make Scenes and Transitions first-class in PhoneWindow/ThemesAdam Powell
2013-10-24Fix bug in Scene's use of setTagAdam Powell
2013-10-23Cache Scene objects by layout ID on the scene rootAdam Powell
2013-09-26Make fading transitions work betterChet Haase
2013-09-04Transition API changes from API council recommendationsChet Haase