Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java218 ExpandableViewState lastViewState = lastView.getViewState(); in updateState() local
219 viewState.copyFrom(lastViewState); in updateState()
244 viewState.hasItemsInStableShelf = lastViewState.inShelf; in updateState()