Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt89 private val bigGap = px(R.dimen.notification_section_divider_height) in <lambda>() constant in com.android.systemui.statusbar.notification.stack.StackScrollAlgorithmTest
131 ambientState.stackY = stackScrollAlgorithm.mHeadsUpInset + bigGap in <lambda>()
553 assertThat(gap).isEqualTo(smallGap * 0.5f + bigGap * 0.5f) in <lambda>()
563 assertThat(gap).isEqualTo(bigGap) in <lambda>()
1214 val stackTopMargin = bigGap.toInt() // a gap smaller than the headsUpInset in <lambda>()