Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaHierarchyManager.kt770 val previousHost = getHost(previousLocation) in performTransitionToNewLocation() constant
771 if (currentHost == null || previousHost == null) { in performTransitionToNewLocation()
784 !previousHost.hostView.isAttachedToWindow in performTransitionToNewLocation()
794 animationStartBounds.set(previousHost.currentBounds) in performTransitionToNewLocation()
795 animationStartClipping.set(previousHost.currentClipping) in performTransitionToNewLocation()
1051 val previousHost = getHost(previousLocation) in getQSTransformationProgress() constant
1053 if (previousHost?.location == LOCATION_QQS) { in getQSTransformationProgress()
1054 if (previousHost.visible || statusbarState != StatusBarState.KEYGUARD) { in getQSTransformationProgress()