Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaHierarchyManagerTest.kt92 @Mock private lateinit var lockHost: MediaHost variable in com.android.systemui.media.controls.ui.controller.MediaHierarchyManagerTest
168 setupHost(lockHost, MediaHierarchyManager.LOCATION_LOCKSCREEN, LOCKSCREEN_TOP) in setup()
193 val host = mediaHierarchyManager.register(lockHost) in testHostViewSetOnRegister()
194 verify(lockHost).hostView = eq(host) in testHostViewSetOnRegister()
377 whenever(lockHost.visible).thenReturn(false) in calculateTransformationType_onLockSplitShade_goingToFullShade_mediaInvisible_returnsFade()
437 whenever(lockHost.visible).thenReturn(false) in getGuidedTransformationTranslationY_previousHostInvisible_returnsZero()
446 whenever(lockHost.visible).thenReturn(true) in isCurrentlyInGuidedTransformation_hostsVisible_returnsTrue()
462 whenever(lockHost.visible).thenReturn(true) in isCurrentlyInGuidedTransformation_hostsVisible_expandImmediateEnabled_returnsFalse()
473 whenever(lockHost.visible).thenReturn(false) in isCurrentlyInGuidedTransformation_hostNotVisible_returnsFalse_with_active()
486 whenever(lockHost.visible).thenReturn(false) in isCurrentlyInGuidedTransformation_hostNotVisible_returnsTrue_without_active()
[all …]