Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java60 int mCutoutInsetSize = 100; field in PhysicsAnimationLayoutTestCase
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()