Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarViewController.kt117 private val unfoldComponent: Optional<SysUIUnfoldComponent>,
128 unfoldComponent.map {
H A DNotificationPanelViewController.java711 Optional<SysUIUnfoldComponent> unfoldComponent, in NotificationPanelViewController()
829 mKeyguardUnfoldTransition = unfoldComponent.map(c -> c.getKeyguardUnfoldTransition()); in NotificationPanelViewController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java95 Optional<SysUIUnfoldComponent> unfoldComponent, in newKeyguardViewMediator() argument
118 unfoldComponent, in newKeyguardViewMediator()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java844 Optional<SysUIUnfoldComponent> unfoldComponent, in KeyguardViewMediator() argument
878 mUnfoldLightRevealAnimation = unfoldComponent.map( in KeyguardViewMediator()