Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DSysUIUnfoldModule.kt51 @Module(subcomponents = [SysUIUnfoldComponent::class])
60 factory: SysUIUnfoldComponent.Factory
61 ): Optional<SysUIUnfoldComponent> {
75 interface SysUIUnfoldComponent { regex
83 ): SysUIUnfoldComponent
H A DUnfoldKeyguardVisibilityListener.kt24 unfoldComponent: Optional<SysUIUnfoldComponent>,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/mediator/
H A DScreenOnCoordinator.kt24 import com.android.systemui.unfold.SysUIUnfoldComponent
38 unfoldComponent: Optional<SysUIUnfoldComponent>,
43 SysUIUnfoldComponent::getUnfoldLightRevealOverlayAnimation).getOrNull()
45 SysUIUnfoldComponent::getFoldAodAnimationController).getOrNull()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/mediator/
H A DScreenOnCoordinatorTest.kt25 import com.android.systemui.unfold.SysUIUnfoldComponent
47 private lateinit var unfoldComponent: SysUIUnfoldComponent
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScreenOffAnimationController.kt24 import com.android.systemui.unfold.SysUIUnfoldComponent
30 sysUiUnfoldComponent: Optional<SysUIUnfoldComponent>,
H A DDozeParameters.java55 import com.android.systemui.unfold.SysUIUnfoldComponent;
129 Optional<SysUIUnfoldComponent> sysUiUnfoldComponent, in DozeParameters()
157 .map(SysUIUnfoldComponent::getFoldAodAnimationController).orElse(null); in DozeParameters()
H A DPhoneStatusBarViewController.kt36 import com.android.systemui.unfold.SysUIUnfoldComponent
239 private val unfoldComponent: Optional<SysUIUnfoldComponent>,
H A DStatusBarKeyguardViewManager.java93 import com.android.systemui.unfold.SysUIUnfoldComponent;
357 Optional<SysUIUnfoldComponent> sysUIUnfoldComponent, in StatusBarKeyguardViewManager()
393 .map(SysUIUnfoldComponent::getFoldAodAnimationController).orElse(null); in StatusBarKeyguardViewManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSysUIComponent.java35 import com.android.systemui.unfold.SysUIUnfoldComponent;
218 Optional<SysUIUnfoldComponent> getSysUIUnfoldComponent(); in getSysUIUnfoldComponent()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarViewControllerTest.kt35 import com.android.systemui.unfold.SysUIUnfoldComponent
66 private lateinit var sysuiUnfoldComponent: SysUIUnfoldComponent
H A DDozeParametersTest.java54 import com.android.systemui.unfold.SysUIUnfoldComponent;
82 @Mock private SysUIUnfoldComponent mSysUIUnfoldComponent;
H A DStatusBarKeyguardViewManagerTest.java94 import com.android.systemui.unfold.SysUIUnfoldComponent;
131 @Mock private SysUIUnfoldComponent mSysUiUnfoldComponent;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java174 import com.android.systemui.unfold.SysUIUnfoldComponent;
342 protected final Optional<SysUIUnfoldComponent> mSysUIUnfoldComponent = Optional.empty();
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java225 import com.android.systemui.unfold.SysUIUnfoldComponent;
748 Optional<SysUIUnfoldComponent> unfoldComponent, in NotificationPanelViewController()
945 SysUIUnfoldComponent::getKeyguardUnfoldTransition); in NotificationPanelViewController()
947 SysUIUnfoldComponent::getNotificationPanelUnfoldAnimationController); in NotificationPanelViewController()