Searched refs:mWindowInsets (Results 1 – 1 of 1) sorted by relevance
66 private WindowInsets mWindowInsets; field in PhysicsAnimationLayoutTestCase87 when(mWindowInsets.getSystemWindowInsetTop()).thenReturn(mSystemWindowInsetSize); in setUp()88 when(mWindowInsets.getSystemWindowInsetBottom()).thenReturn(mSystemWindowInsetSize); in setUp()89 when(mWindowInsets.getSystemWindowInsetLeft()).thenReturn(mSystemWindowInsetSize); in setUp()90 when(mWindowInsets.getSystemWindowInsetRight()).thenReturn(mSystemWindowInsetSize); in setUp()92 when(mWindowInsets.getDisplayCutout()).thenReturn(mCutout); in setUp()177 return mWindowInsets; in getRootWindowInsets()