Searched refs:forceConstruct (Results 1 – 2 of 2) sorted by relevance
103 WindowInsets getWindowInsets(boolean forceConstruct) throws Exception { in getWindowInsets() argument106 forceConstruct); in getWindowInsets()
1892 /* package */ WindowInsets getWindowInsets(boolean forceConstruct) { in getWindowInsets() argument1893 if (mLastWindowInsets == null || forceConstruct) { in getWindowInsets()1904 if (!forceConstruct in getWindowInsets()