Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java69 private DisplayCutout mCutout; field in PhysicsAnimationLayoutTestCase
92 when(mWindowInsets.getDisplayCutout()).thenReturn(mCutout); in setUp()
93 when(mCutout.getSafeInsetTop()).thenReturn(mCutoutInsetSize); in setUp()
94 when(mCutout.getSafeInsetBottom()).thenReturn(mCutoutInsetSize); in setUp()
95 when(mCutout.getSafeInsetLeft()).thenReturn(mCutoutInsetSize); in setUp()
96 when(mCutout.getSafeInsetRight()).thenReturn(mCutoutInsetSize); in setUp()