Searched refs:SysUIUnfoldComponent (Results 1 – 18 of 18) sorted by relevance
19 import com.android.systemui.unfold.SysUIUnfoldComponent39 abstract fun optionalSysUiUnfoldComponent(): Optional<SysUIUnfoldComponent> in optionalSysUiUnfoldComponent()50 optionalOfOptional: Optional<Optional<SysUIUnfoldComponent>> in optionalSysUiUnfoldComponent()51 ): Optional<SysUIUnfoldComponent> = optionalOfOptional.getOrElse { Optional.empty() } in optionalSysUiUnfoldComponent()
25 import com.android.systemui.unfold.SysUIUnfoldComponent41 unfoldComponent: Optional<SysUIUnfoldComponent>,46 unfoldComponent.map(SysUIUnfoldComponent::getFoldAodAnimationController).getOrNull()48 unfoldComponent.map(SysUIUnfoldComponent::getFullScreenLightRevealAnimations).getOrNull()
56 @Module(subcomponents = [SysUIUnfoldComponent::class])75 factory: SysUIUnfoldComponent.Factory in provideSysUIUnfoldComponent()76 ): Optional<SysUIUnfoldComponent> { in provideSysUIUnfoldComponent()123 interface SysUIUnfoldComponent { interface132 ): SysUIUnfoldComponent
29 private val unfoldComponentOptional: Optional<SysUIUnfoldComponent>, in <lambda>()40 unfoldComponentOptional.ifPresent { c: SysUIUnfoldComponent -> in <lambda>()
24 unfoldComponent: Optional<SysUIUnfoldComponent>,
24 import com.android.systemui.unfold.SysUIUnfoldComponent30 sysUiUnfoldComponent: Optional<SysUIUnfoldComponent>,
56 import com.android.systemui.unfold.SysUIUnfoldComponent;127 Optional<SysUIUnfoldComponent> sysUiUnfoldComponent, in DozeParameters()157 .map(SysUIUnfoldComponent::getFoldAodAnimationController).orElse(null); in DozeParameters()
39 import com.android.systemui.unfold.SysUIUnfoldComponent in <lambda>()265 private val unfoldComponent: Optional<SysUIUnfoldComponent>, in <lambda>()
103 import com.android.systemui.unfold.SysUIUnfoldComponent;380 Optional<SysUIUnfoldComponent> sysUIUnfoldComponent, in StatusBarKeyguardViewManager()419 .map(SysUIUnfoldComponent::getFoldAodAnimationController).orElse(null); in StatusBarKeyguardViewManager()
28 import com.android.systemui.unfold.SysUIUnfoldComponent52 private lateinit var unfoldComponent: SysUIUnfoldComponent
76 import com.android.systemui.unfold.SysUIUnfoldComponent;179 Optional<SysUIUnfoldComponent> unfoldComponent, in NotificationShadeWindowViewController()241 SysUIUnfoldComponent::getKeyguardUnfoldTransition); in NotificationShadeWindowViewController()243 SysUIUnfoldComponent::getNotificationPanelUnfoldAnimationController); in NotificationShadeWindowViewController()
238 import com.android.systemui.unfold.SysUIUnfoldComponent;753 Optional<SysUIUnfoldComponent> unfoldComponent, in NotificationPanelViewController()964 SysUIUnfoldComponent::getKeyguardUnfoldTransition); in NotificationPanelViewController()
54 import com.android.systemui.unfold.SysUIUnfoldComponent;82 @Mock private SysUIUnfoldComponent mSysUIUnfoldComponent;
44 import com.android.systemui.unfold.SysUIUnfoldComponent73 @Mock private lateinit var sysuiUnfoldComponent: SysUIUnfoldComponent
101 import com.android.systemui.unfold.SysUIUnfoldComponent;143 @Mock private SysUIUnfoldComponent mSysUiUnfoldComponent;
61 import com.android.systemui.unfold.SysUIUnfoldComponent116 @Mock private lateinit var sysUiUnfoldComponent: SysUIUnfoldComponent
73 import com.android.systemui.unfold.SysUIUnfoldComponent138 private lateinit var sysUiUnfoldComponent: SysUIUnfoldComponent
198 import com.android.systemui.unfold.SysUIUnfoldComponent;388 protected final Optional<SysUIUnfoldComponent> mSysUIUnfoldComponent = Optional.empty();