Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt1232 val topHunHeight = in <lambda>() constant
1236 whenever(topHun.intrinsicHeight).thenReturn(topHunHeight) in <lambda>()
1250 assertThat(topHun.viewState.height).isEqualTo(topHunHeight) in <lambda>()
1254 assertThat(bottomHun.viewState.clipBottomAmount).isEqualTo(bottomHunHeight - topHunHeight) in <lambda>()