Sogrey / Android_QA

https://sogrey.github.io/Android_QA/
MIT License
0 stars 0 forks source link

DecorView 的创建时机? #162

Open Sogrey opened 3 years ago

Sogrey commented 3 years ago

上一问【DecorView 的布局是什么样的? #161】DecorView 布局的时候,其实我们也看到了,在 PhoneWindow.installDecor -> generateDecor 其实就是创建 DecorView。

那 installDecor 是什么时候调用的呢?

调用链是 Activity.setContentView -> PhoneWindow.setContentView -> installDecor