Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaViewController.kt402 val endHostState = mediaHostStatesManager.mediaHostStates[endLocation] ?: return in <lambda>() constant
408 var endViewState = obtainViewState(endHostState) ?: return in <lambda>()
422 if (!endHostState.visible) { in <lambda>()
438 result = layoutController.getGoneState(endViewState, endHostState.disappearParameters, in <lambda>()