Home
last modified time | relevance | path

Searched defs: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
410 val shelfState = shelf.viewState as NotificationShelf.ShelfState regex
437 val shelfState = shelf.viewState as NotificationShelf.ShelfState regex
477 val shelfState = shelf.viewState as NotificationShelf.ShelfState regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java168 final ViewState shelfState = shelf.getViewState(); in updateAlphaState() local