Searched refs:stackScrollAlgorithm (Results 1 – 2 of 2) sorted by relevance
45 private val stackScrollAlgorithm = StackScrollAlgorithm(context, hostView) in <lambda>() constant in com.android.systemui.statusbar.notification.stack.StackScrollAlgorithmTest86 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 …]
3549 StackScrollAlgorithm stackScrollAlgorithm = new StackScrollAlgorithm(context, this); in createStackScrollAlgorithm() local3550 stackScrollAlgorithm.useRoundnessSourceTypes(mUseRoundnessSourceTypes); in createStackScrollAlgorithm()3551 return stackScrollAlgorithm; in createStackScrollAlgorithm()