Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DViewRootImplTest.java103 WindowInsets getWindowInsets(boolean forceConstruct) throws Exception { in getWindowInsets() argument
106 forceConstruct); in getWindowInsets()
/frameworks/base/core/java/android/view/
DViewRootImpl.java1892 /* package */ WindowInsets getWindowInsets(boolean forceConstruct) { in getWindowInsets() argument
1893 if (mLastWindowInsets == null || forceConstruct) { in getWindowInsets()
1904 if (!forceConstruct in getWindowInsets()