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
/
Scene.java
Age
Commit message (
Expand
)
Author
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-12-17
Change platform Scene.getCurrentScene parameter from View to ViewGroup
Andrey Kulikov
2018-11-29
Restrict unsupported API usage to Scene#mEnterAction/mExitAction/setCurrentScene
Andrey Kulikov
2018-11-01
Make transitions Scene.getCurrentScene() public
Andrey Kulikov
2018-08-30
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-21
Merge "Code reformatting for upcoming automated code changes." am: 3b2cd9244d...
Mathew Inwood
2018-08-17
Code reformatting for upcoming automated code changes.
Mathew Inwood
2018-06-04
Fix broken links in @see tags in framework docs.
Aurimas Liutikas
2013-11-06
Fix docs
Adam Powell
2013-11-05
Make Scenes and Transitions first-class in PhoneWindow/Themes
Adam Powell
2013-10-24
Fix bug in Scene's use of setTag
Adam Powell
2013-10-23
Cache Scene objects by layout ID on the scene root
Adam Powell
2013-09-26
Make fading transitions work better
Chet Haase
2013-09-04
Transition API changes from API council recommendations
Chet Haase