Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationShelfTest.kt383 val shelfState = shelf.viewState as NotificationShelf.ShelfState regex
384 assertEquals(true, shelfState.hidden)
385 assertEquals(endOfStack, shelfState.yTranslation)
410 val shelfState = shelf.viewState as NotificationShelf.ShelfState regex
411 assertEquals(true, shelfState.hidden)
412 assertEquals(endOfStack, shelfState.yTranslation)
437 val shelfState = shelf.viewState as NotificationShelf.ShelfState regex
438 assertEquals(true, shelfState.hidden)
439 assertEquals(endOfStack, shelfState.yTranslation)
478 assertEquals(true, shelfState.hidden)
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java168 final ViewState shelfState = shelf.getViewState(); in updateAlphaState() local
174 if (shelfState.hidden) { in updateAlphaState()
179 final float shelfTop = shelfState.getYTranslation(); in updateAlphaState()