Android 9.0系统源码_SystemUI(九)PhoneWindowManager构建状态栏和导航栏视图窗口区域坐标的流程解析
前言NavigationBar和StatusBar都属于SystemBar,也叫做decor,就是说给App装饰的意思。一般的window的布局是在PhoneWindowManager的layoutWindowLw()方法中,而SystemBar是在beginLayoutLw()方法中布局。当前最上层的Activity可以修改SystemBar的visibility,可以调用View#setSys