Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DViewRootImplTest.java60 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
/frameworks/base/core/java/android/view/
DViewRootImpl.java1868 /* package */ WindowInsets getWindowInsets(boolean forceConstruct) { in getWindowInsets() method in ViewRootImpl
1917 WindowInsets insets = getWindowInsets(true /* forceConstruct */); in dispatchApplyInsets()