Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DSysUIUnfoldModule.kt45 @Module(subcomponents = [SysUIUnfoldComponent::class])
55 factory: SysUIUnfoldComponent.Factory
66 interface SysUIUnfoldComponent { regex
74 ): SysUIUnfoldComponent
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarViewController.kt24 import com.android.systemui.unfold.SysUIUnfoldComponent
117 private val unfoldComponent: Optional<SysUIUnfoldComponent>,
H A DNotificationPanelViewController.java186 import com.android.systemui.unfold.SysUIUnfoldComponent;
711 Optional<SysUIUnfoldComponent> unfoldComponent, in NotificationPanelViewController()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java60 import com.android.systemui.unfold.SysUIUnfoldComponent;
97 private @Mock Optional<SysUIUnfoldComponent> mSysUIUnfoldComponent;
119 ArgumentMatchers.<Function<SysUIUnfoldComponent, UnfoldLightRevealOverlayAnimation>> in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarViewControllerTest.kt29 import com.android.systemui.unfold.SysUIUnfoldComponent
57 private lateinit var sysuiUnfoldComponent: SysUIUnfoldComponent
H A DNotificationPanelViewControllerTest.java128 import com.android.systemui.unfold.SysUIUnfoldComponent;
309 private Optional<SysUIUnfoldComponent> mSysUIUnfoldComponent = Optional.empty();
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java52 import com.android.systemui.unfold.SysUIUnfoldComponent;
95 Optional<SysUIUnfoldComponent> unfoldComponent, in newKeyguardViewMediator()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSysUIComponent.java28 import com.android.systemui.unfold.SysUIUnfoldComponent;
172 Optional<SysUIUnfoldComponent> getSysUIUnfoldComponent(); in getSysUIUnfoldComponent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java125 import com.android.systemui.unfold.SysUIUnfoldComponent;
844 Optional<SysUIUnfoldComponent> unfoldComponent, in KeyguardViewMediator()