Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt45 private val stackScrollAlgorithm = StackScrollAlgorithm(context, hostView) in <lambda>() constant in com.android.systemui.statusbar.notification.stack.StackScrollAlgorithmTest
86 stackScrollAlgorithm.resetViewStates(ambientState, 0) in <lambda>()
89 .isEqualTo(stackScrollAlgorithm.mHeadsUpInset) in <lambda>()
101 stackScrollAlgorithm.resetViewStates(ambientState, 0) in <lambda>()
109 stackScrollAlgorithm.initView(context) in <lambda>()
114 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
128 stackScrollAlgorithm.initView(context) in <lambda>()
130 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
211 stackScrollAlgorithm.initView(context) in <lambda>()
213 stackScrollAlgorithm.resetViewStates(ambientState, /* speedBumpIndex= */ 0) in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3549 StackScrollAlgorithm stackScrollAlgorithm = new StackScrollAlgorithm(context, this); in createStackScrollAlgorithm() local
3550 stackScrollAlgorithm.useRoundnessSourceTypes(mUseRoundnessSourceTypes); in createStackScrollAlgorithm()
3551 return stackScrollAlgorithm; in createStackScrollAlgorithm()