Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DCommonSystemUIUnfoldModule.kt19 import com.android.systemui.unfold.SysUIUnfoldComponent
39 abstract fun optionalSysUiUnfoldComponent(): Optional<SysUIUnfoldComponent> in optionalSysUiUnfoldComponent()
50 optionalOfOptional: Optional<Optional<SysUIUnfoldComponent>> in optionalSysUiUnfoldComponent()
51 ): Optional<SysUIUnfoldComponent> = optionalOfOptional.getOrElse { Optional.empty() } in optionalSysUiUnfoldComponent()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/mediator/
DScreenOnCoordinator.kt25 import com.android.systemui.unfold.SysUIUnfoldComponent
41 unfoldComponent: Optional<SysUIUnfoldComponent>,
46 unfoldComponent.map(SysUIUnfoldComponent::getFoldAodAnimationController).getOrNull()
48 unfoldComponent.map(SysUIUnfoldComponent::getFullScreenLightRevealAnimations).getOrNull()
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DSysUIUnfoldModule.kt56 @Module(subcomponents = [SysUIUnfoldComponent::class])
75 factory: SysUIUnfoldComponent.Factory in provideSysUIUnfoldComponent()
76 ): Optional<SysUIUnfoldComponent> { in provideSysUIUnfoldComponent()
123 interface SysUIUnfoldComponent { interface
132 ): SysUIUnfoldComponent
DUnfoldInitializationStartable.kt29 private val unfoldComponentOptional: Optional<SysUIUnfoldComponent>, in <lambda>()
40 unfoldComponentOptional.ifPresent { c: SysUIUnfoldComponent -> in <lambda>()
DUnfoldKeyguardVisibilityListener.kt24 unfoldComponent: Optional<SysUIUnfoldComponent>,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationController.kt24 import com.android.systemui.unfold.SysUIUnfoldComponent
30 sysUiUnfoldComponent: Optional<SysUIUnfoldComponent>,
DDozeParameters.java56 import com.android.systemui.unfold.SysUIUnfoldComponent;
127 Optional<SysUIUnfoldComponent> sysUiUnfoldComponent, in DozeParameters()
157 .map(SysUIUnfoldComponent::getFoldAodAnimationController).orElse(null); in DozeParameters()
DPhoneStatusBarViewController.kt39 import com.android.systemui.unfold.SysUIUnfoldComponent in <lambda>()
265 private val unfoldComponent: Optional<SysUIUnfoldComponent>, in <lambda>()
DStatusBarKeyguardViewManager.java103 import com.android.systemui.unfold.SysUIUnfoldComponent;
380 Optional<SysUIUnfoldComponent> sysUIUnfoldComponent, in StatusBarKeyguardViewManager()
419 .map(SysUIUnfoldComponent::getFoldAodAnimationController).orElse(null); in StatusBarKeyguardViewManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/mediator/
DScreenOnCoordinatorTest.kt28 import com.android.systemui.unfold.SysUIUnfoldComponent
52 private lateinit var unfoldComponent: SysUIUnfoldComponent
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java76 import com.android.systemui.unfold.SysUIUnfoldComponent;
179 Optional<SysUIUnfoldComponent> unfoldComponent, in NotificationShadeWindowViewController()
241 SysUIUnfoldComponent::getKeyguardUnfoldTransition); in NotificationShadeWindowViewController()
243 SysUIUnfoldComponent::getNotificationPanelUnfoldAnimationController); in NotificationShadeWindowViewController()
DNotificationPanelViewController.java238 import com.android.systemui.unfold.SysUIUnfoldComponent;
753 Optional<SysUIUnfoldComponent> unfoldComponent, in NotificationPanelViewController()
964 SysUIUnfoldComponent::getKeyguardUnfoldTransition); in NotificationPanelViewController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DDozeParametersTest.java54 import com.android.systemui.unfold.SysUIUnfoldComponent;
82 @Mock private SysUIUnfoldComponent mSysUIUnfoldComponent;
DPhoneStatusBarViewControllerTest.kt44 import com.android.systemui.unfold.SysUIUnfoldComponent
73 @Mock private lateinit var sysuiUnfoldComponent: SysUIUnfoldComponent
DStatusBarKeyguardViewManagerTest.java101 import com.android.systemui.unfold.SysUIUnfoldComponent;
143 @Mock private SysUIUnfoldComponent mSysUiUnfoldComponent;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt61 import com.android.systemui.unfold.SysUIUnfoldComponent
116 @Mock private lateinit var sysUiUnfoldComponent: SysUIUnfoldComponent
DNotificationShadeWindowViewControllerTest.kt73 import com.android.systemui.unfold.SysUIUnfoldComponent
138 private lateinit var sysUiUnfoldComponent: SysUIUnfoldComponent
DNotificationPanelViewControllerBaseTest.java198 import com.android.systemui.unfold.SysUIUnfoldComponent;
388 protected final Optional<SysUIUnfoldComponent> mSysUIUnfoldComponent = Optional.empty();