Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt55 private val stackScrollAlgorithm = StackScrollAlgorithm(context, hostView) in <lambda>() constant in com.android.systemui.statusbar.notification.stack.StackScrollAlgorithmTest
115 resetViewStates_hunYTranslationIs(stackScrollAlgorithm.mHeadsUpInset) in <lambda>()
131 ambientState.stackY = stackScrollAlgorithm.mHeadsUpInset + bigGap in <lambda>()
141 resetViewStates_hunYTranslationIs(stackScrollAlgorithm.mHeadsUpInset) in <lambda>()
156 resetViewStates_hunYTranslationIs(stackScrollAlgorithm.mHeadsUpInset) in <lambda>()
175 stackScrollAlgorithm.setIsExpanded(true) // Mark the shade open in <lambda>()
192 stackScrollAlgorithm.setIsExpanded(true) // Mark the shade open in <lambda>()
193 stackScrollAlgorithm.setHeadsUpAppearHeightBottom(bottomOfScreen.toInt()) in <lambda>()
200 expected = bottomOfScreen + stackScrollAlgorithm.mHeadsUpAppearStartAboveScreen in <lambda>()
214 expected = -topMargin - stackScrollAlgorithm.mHeadsUpAppearStartAboveScreen in <lambda>()
[all …]