Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java66 private WindowInsets mWindowInsets; field in PhysicsAnimationLayoutTestCase
87 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()