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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1251 /* package */ WindowInsets getWindowInsets(boolean forceConstruct) { argument
1252 if (mLastWindowInsets == null || forceConstruct) {
1259 if (!forceConstruct
1279 host.dispatchApplyWindowInsets(getWindowInsets(true /* forceConstruct */));

Completed in 55 milliseconds