Activity
最终解析加载到mContentParent
enter()
mDecor,mContentParent都不为空
根据系统主题加载对应的布局
Y
WindowPhoneWindow
generateLayout(mDecor)
初始化mContentParent
初始化DecorView
Scene
N
DecorView
setContentView
generateDecor(-1)
mContentParent是否为空
将系统的资源布局解析初始化,并加载到mDecor
LayoutInflater
是否有转场动画?
installDecor()
transitionTo(newScene);