Searched refs:unfoldComponent (Results 1 – 6 of 6) sorted by relevance
41 unfoldComponent: Optional<SysUIUnfoldComponent>,46 unfoldComponent.map(SysUIUnfoldComponent::getFoldAodAnimationController).getOrNull()48 unfoldComponent.map(SysUIUnfoldComponent::getFullScreenLightRevealAnimations).getOrNull()
52 private lateinit var unfoldComponent: SysUIUnfoldComponent variable in com.android.keyguard.mediator.ScreenOnCoordinatorTest73 `when`(unfoldComponent.getFullScreenLightRevealAnimations()) in setUp()75 `when`(unfoldComponent.getFoldAodAnimationController()) in setUp()79 Optional.of(unfoldComponent), in setUp()
24 unfoldComponent: Optional<SysUIUnfoldComponent>,28 unfoldComponent.getOrNull()?.getUnfoldKeyguardVisibilityManager()
265 private val unfoldComponent: Optional<SysUIUnfoldComponent>, in <lambda>() constant in com.android.systemui.statusbar.phone.Factory284 unfoldComponent.getOrNull()?.getStatusBarMoveFromCenterAnimationController() in <lambda>()
179 Optional<SysUIUnfoldComponent> unfoldComponent, in NotificationShadeWindowViewController() argument240 var keyguardUnfoldTransition = unfoldComponent.map( in NotificationShadeWindowViewController()242 var notificationPanelUnfoldAnimationController = unfoldComponent.map( in NotificationShadeWindowViewController()
753 Optional<SysUIUnfoldComponent> unfoldComponent, in NotificationPanelViewController()963 mKeyguardUnfoldTransition = unfoldComponent.map( in NotificationPanelViewController()