派遣后有没有办法获得现有的窗口插件?

时间:2017-04-18 04:06:00

标签: android

是否有办法在活动创建之后很长时间内随意获取活动WindowInsets,而无需持续或以其他方式缓存活动?

例如

WindowInsets insets = getWindow().getWindowInsets();
myUseCaseView.setPaddingTop(insets.getSystemWindowInsetTop);

1 个答案:

答案 0 :(得分:2)

是:getWindow().getDecorView(). getRootWindowInsets()