Searched refs:END_SIDE_BOUNDS (Results 1 – 1 of 1) sorted by relevance
47 private val END_SIDE_BOUNDS = Rect(250, 300, 350, 400) in <lambda>() constant62 endSideContent = spy(FrameLayout(context)).apply { setBoundsOnScreen(END_SIDE_BOUNDS) } in <lambda>()76 assertThat(boundsProvider.visibleEndSideBounds).isEqualTo(END_SIDE_BOUNDS) in <lambda>()