Searched refs:mCutout (Results 1 – 1 of 1) sorted by relevance
69 private DisplayCutout mCutout; field in PhysicsAnimationLayoutTestCase92 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()