Home
last modified time | relevance | path

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

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