Searched defs:forceConstruct (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1533 /* package */ WindowInsets getWindowInsets(boolean forceConstruct) { argument
1534 if (mLastWindowInsets == null || forceConstruct) {
1541 if (!forceConstruct
1562 host.dispatchApplyWindowInsets(getWindowInsets(true /* forceConstruct */));

Completed in 35 milliseconds