Moosphan / Android-Daily-Interview

:pushpin:每工作日更新一道 Android 面试题,小聚成河,大聚成江,共勉之~

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2019-12-20:有了解过WindowInsets吗?它有哪些应用?

Moosphan opened this issue · comments

ViewRootImpl在performTraversals时会调dispatchApplyInsets,内调DecorView的dispatchApplyWindowInsets,进行WindowInsets的分发。

onApplyWindowInsets 方法监听 WindowInsets 的变化,即 View 监听处理 coutout、键盘弹出、屏幕分屏、导航栏等变化,来适配显示。