Home
last modified time | relevance | path

Searched defs:currentViewState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DMediaContainerView.kt110 val currentViewState = viewState as? MediaContainerViewState ?: return true in isVisibilityValid() constant
121 val currentViewState = viewState in assertMediaContainerVisibility() constant
132 val currentViewState = viewState in setKeyguardVisibility() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt84 var currentViewState: ViewState = ViewState() in <lambda>() variable