summaryrefslogtreecommitdiff
path: root/core/java/android/transition/Scene.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* Change platform Scene.getCurrentScene parameter from View to ViewGroupAndrey Kulikov2018-12-171-10/+10
* Restrict unsupported API usage to Scene#mEnterAction/mExitAction/setCurrentSceneAndrey Kulikov2018-11-291-3/+4
* Make transitions Scene.getCurrentScene() publicAndrey Kulikov2018-11-011-5/+9
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-301-0/+4
* Merge "Code reformatting for upcoming automated code changes." am: 3b2cd9244d...Mathew Inwood2018-08-211-2/+3
|\
| * Code reformatting for upcoming automated code changes.Mathew Inwood2018-08-171-2/+3
* | Fix broken links in @see tags in framework docs.Aurimas Liutikas2018-06-041-4/+2
|/
* Fix docsAdam Powell2013-11-061-1/+1
* Make Scenes and Transitions first-class in PhoneWindow/ThemesAdam Powell2013-11-051-1/+10
* Fix bug in Scene's use of setTagAdam Powell2013-10-241-1/+1
* Cache Scene objects by layout ID on the scene rootAdam Powell2013-10-231-8/+9
* Make fading transitions work betterChet Haase2013-09-261-2/+17
* Transition API changes from API council recommendationsChet Haase2013-09-041-0/+245