Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/mediator/
DScreenOnCoordinator.kt41 unfoldComponent: Optional<SysUIUnfoldComponent>,
46 unfoldComponent.map(SysUIUnfoldComponent::getFoldAodAnimationController).getOrNull()
48 unfoldComponent.map(SysUIUnfoldComponent::getFullScreenLightRevealAnimations).getOrNull()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/mediator/
DScreenOnCoordinatorTest.kt52 private lateinit var unfoldComponent: SysUIUnfoldComponent variable in com.android.keyguard.mediator.ScreenOnCoordinatorTest
73 `when`(unfoldComponent.getFullScreenLightRevealAnimations()) in setUp()
75 `when`(unfoldComponent.getFoldAodAnimationController()) in setUp()
79 Optional.of(unfoldComponent), in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DUnfoldKeyguardVisibilityListener.kt24 unfoldComponent: Optional<SysUIUnfoldComponent>,
28 unfoldComponent.getOrNull()?.getUnfoldKeyguardVisibilityManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewController.kt265 private val unfoldComponent: Optional<SysUIUnfoldComponent>, in <lambda>() constant in com.android.systemui.statusbar.phone.Factory
284 unfoldComponent.getOrNull()?.getStatusBarMoveFromCenterAnimationController() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java179 Optional<SysUIUnfoldComponent> unfoldComponent, in NotificationShadeWindowViewController() argument
240 var keyguardUnfoldTransition = unfoldComponent.map( in NotificationShadeWindowViewController()
242 var notificationPanelUnfoldAnimationController = unfoldComponent.map( in NotificationShadeWindowViewController()
DNotificationPanelViewController.java753 Optional<SysUIUnfoldComponent> unfoldComponent, in NotificationPanelViewController()
963 mKeyguardUnfoldTransition = unfoldComponent.map( in NotificationPanelViewController()