Searched refs:getWindowInsets (Results 1 – 2 of 2) sorted by relevance
60 final WindowInsets insets = mViewRootImpl.getWindowInsets(true /* forceConstruct */); in negativeInsets_areSetToZero()70 final WindowInsets insets = mViewRootImpl.getWindowInsets(true /* forceConstruct */); in negativeInsets_areSetToZero_positiveAreLeftAsIs()80 final WindowInsets insets = mViewRootImpl.getWindowInsets(true /* forceConstruct */); in positiveInsets_areLeftAsIs()103 WindowInsets getWindowInsets(boolean forceConstruct) throws Exception { in getWindowInsets() method in ViewRootImplTest.ViewRootImplAccessor
1868 /* package */ WindowInsets getWindowInsets(boolean forceConstruct) { in getWindowInsets() method in ViewRootImpl1917 WindowInsets insets = getWindowInsets(true /* forceConstruct */); in dispatchApplyInsets()