Searched refs:SysUIUnfoldComponent (Results 1 – 14 of 14) sorted by relevance
51 @Module(subcomponents = [SysUIUnfoldComponent::class])60 factory: SysUIUnfoldComponent.Factory61 ): Optional<SysUIUnfoldComponent> {75 interface SysUIUnfoldComponent { regex83 ): SysUIUnfoldComponent
24 unfoldComponent: Optional<SysUIUnfoldComponent>,
24 import com.android.systemui.unfold.SysUIUnfoldComponent38 unfoldComponent: Optional<SysUIUnfoldComponent>,43 SysUIUnfoldComponent::getUnfoldLightRevealOverlayAnimation).getOrNull()45 SysUIUnfoldComponent::getFoldAodAnimationController).getOrNull()
25 import com.android.systemui.unfold.SysUIUnfoldComponent47 private lateinit var unfoldComponent: SysUIUnfoldComponent
24 import com.android.systemui.unfold.SysUIUnfoldComponent30 sysUiUnfoldComponent: Optional<SysUIUnfoldComponent>,
55 import com.android.systemui.unfold.SysUIUnfoldComponent;129 Optional<SysUIUnfoldComponent> sysUiUnfoldComponent, in DozeParameters()157 .map(SysUIUnfoldComponent::getFoldAodAnimationController).orElse(null); in DozeParameters()
36 import com.android.systemui.unfold.SysUIUnfoldComponent239 private val unfoldComponent: Optional<SysUIUnfoldComponent>,
93 import com.android.systemui.unfold.SysUIUnfoldComponent;357 Optional<SysUIUnfoldComponent> sysUIUnfoldComponent, in StatusBarKeyguardViewManager()393 .map(SysUIUnfoldComponent::getFoldAodAnimationController).orElse(null); in StatusBarKeyguardViewManager()
35 import com.android.systemui.unfold.SysUIUnfoldComponent;218 Optional<SysUIUnfoldComponent> getSysUIUnfoldComponent(); in getSysUIUnfoldComponent()
35 import com.android.systemui.unfold.SysUIUnfoldComponent66 private lateinit var sysuiUnfoldComponent: SysUIUnfoldComponent
54 import com.android.systemui.unfold.SysUIUnfoldComponent;82 @Mock private SysUIUnfoldComponent mSysUIUnfoldComponent;
94 import com.android.systemui.unfold.SysUIUnfoldComponent;131 @Mock private SysUIUnfoldComponent mSysUiUnfoldComponent;
174 import com.android.systemui.unfold.SysUIUnfoldComponent;342 protected final Optional<SysUIUnfoldComponent> mSysUIUnfoldComponent = Optional.empty();
225 import com.android.systemui.unfold.SysUIUnfoldComponent;748 Optional<SysUIUnfoldComponent> unfoldComponent, in NotificationPanelViewController()945 SysUIUnfoldComponent::getKeyguardUnfoldTransition); in NotificationPanelViewController()947 SysUIUnfoldComponent::getNotificationPanelUnfoldAnimationController); in NotificationPanelViewController()