Searched refs:mCutoutInsetSize (Results 1 – 1 of 1) sorted by relevance
60 int mCutoutInsetSize = 100; field in PhysicsAnimationLayoutTestCase93 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()