Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt90 private val smallGap = px(R.dimen.notification_section_divider_height_lockscreen) in <lambda>() constant in com.android.systemui.statusbar.notification.stack.StackScrollAlgorithmTest
543 assertThat(gap).isEqualTo(smallGap) in <lambda>()
553 assertThat(gap).isEqualTo(smallGap * 0.5f + bigGap * 0.5f) in <lambda>()