Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaHierarchyManager.kt245 @MediaLocation private var currentAttachmentLocation = -1 variable
673 if (mediaObject.location == currentAttachmentLocation) { in register()
674 currentAttachmentLocation = -1 in register()
783 currentAttachmentLocation != previousLocation || in performTransitionToNewLocation()
803 if (currentAttachmentLocation == crossFadeAnimationEndLocation) { in performTransitionToNewLocation()
1098 if (currentAttachmentLocation == IN_OVERLAY) { in applyState()
1141 if (currentAttachmentLocation != newLocation) { in updateHostAttachment()
1142 currentAttachmentLocation = newLocation in updateHostAttachment()
1156 logger.logMediaHostAttachment(currentAttachmentLocation) in updateHostAttachment()