Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationShelfTest.kt374 val stackScrollAlgorithmState = StackScrollAlgorithmState() regex
375 stackScrollAlgorithmState.firstViewInShelf = mock()
380 shelf.updateState(stackScrollAlgorithmState, ambientState)
402 val stackScrollAlgorithmState = StackScrollAlgorithmState() regex
404 stackScrollAlgorithmState.firstViewInShelf = null
407 shelf.updateState(stackScrollAlgorithmState, ambientState)
428 val stackScrollAlgorithmState = StackScrollAlgorithmState() regex
429 stackScrollAlgorithmState.firstViewInShelf = mock()
434 shelf.updateState(stackScrollAlgorithmState, ambientState)
455 val stackScrollAlgorithmState = StackScrollAlgorithmState() regex
[all …]