getDecorView()和peekDecorView()之间有什么区别, 他们回来了什么
答案 0 :(得分:2)
getDecoreView:
检索顶级窗口装饰视图(包含标准 窗框/装饰品和客户的内容), 可以作为窗口添加到窗口管理器。
Return : the top-level window decor view.
peekDecorView():
检索当前的装饰视图,但前提是它已经存在 创建;否则返回null。
Return : the top-level window decor or null.