Home
last modified time | relevance | path

Searched refs:NotificationShadeWindowController (Results 1 – 25 of 57) sorted by relevance

123

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeadsUpChangeListener.java24 import com.android.systemui.statusbar.NotificationShadeWindowController;
37 private final NotificationShadeWindowController mNotificationShadeWindowController;
48 NotificationShadeWindowController notificationShadeWindowController, in StatusBarHeadsUpChangeListener()
H A DStatusBarLaunchAnimatorController.kt8 import com.android.systemui.statusbar.NotificationShadeWindowController
18 private val notificationShadeWindowController: NotificationShadeWindowController,
H A DStatusBarTouchableRegionManager.java41 import com.android.systemui.statusbar.NotificationShadeWindowController;
63 private final NotificationShadeWindowController mNotificationShadeWindowController;
82 NotificationShadeWindowController notificationShadeWindowController, in StatusBarTouchableRegionManager()
H A DStatusBarNotificationPresenter.java48 import com.android.systemui.statusbar.NotificationShadeWindowController;
88 private final NotificationShadeWindowController mNotificationShadeWindowController;
106 NotificationShadeWindowController notificationShadeWindowController, in StatusBarNotificationPresenter()
H A DDozeServiceHost.java44 import com.android.systemui.statusbar.NotificationShadeWindowController;
91 private final NotificationShadeWindowController mNotificationShadeWindowController;
115 NotificationShadeWindowController notificationShadeWindowController, in DozeServiceHost()
H A DUnlockedScreenOffAnimationController.kt26 import com.android.systemui.statusbar.NotificationShadeWindowController
65 private val notifShadeWindowControllerLazy: dagger.Lazy<NotificationShadeWindowController>,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DUnlockedScreenOffAnimationControllerTest.kt31 import com.android.systemui.statusbar.NotificationShadeWindowController
69 private lateinit var notifShadeWindowController: NotificationShadeWindowController
95 dagger.Lazy<NotificationShadeWindowController> { notifShadeWindowController },
H A DStatusBarNotificationPresenterTest.java50 import com.android.systemui.statusbar.NotificationShadeWindowController;
95 mDependency.injectMockDependency(NotificationShadeWindowController.class); in setup()
115 mock(NotificationShadeWindowController.class), in setup()
H A DHeadsUpManagerPhoneTest.java40 import com.android.systemui.statusbar.NotificationShadeWindowController;
137 mDependency.injectMockDependency(NotificationShadeWindowController.class); in setUp()
H A DDozeServiceHostTest.java49 import com.android.systemui.statusbar.NotificationShadeWindowController;
86 @Mock private NotificationShadeWindowController mNotificationShadeWindowController;
H A DActivityStarterImplTest.kt35 import com.android.systemui.statusbar.NotificationShadeWindowController
74 @Mock private lateinit var notifShadeWindowController: NotificationShadeWindowController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DSystemActionsTest.java43 import com.android.systemui.statusbar.NotificationShadeWindowController;
65 private NotificationShadeWindowController mNotificationShadeController;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DShadeControllerImplTest.kt28 import com.android.systemui.statusbar.NotificationShadeWindowController
56 @Mock private lateinit var notificationShadeWindowController: NotificationShadeWindowController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
H A DBouncerSwipeTouchHandler.java44 import com.android.systemui.statusbar.NotificationShadeWindowController;
80 private final NotificationShadeWindowController mNotificationShadeWindowController;
213 NotificationShadeWindowController notificationShadeWindowController, in BouncerSwipeTouchHandler()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeControllerImpl.java35 import com.android.systemui.statusbar.NotificationShadeWindowController;
63 private final NotificationShadeWindowController mNotificationShadeWindowController;
91 NotificationShadeWindowController notificationShadeWindowController, in ShadeControllerImpl()
H A DNotificationShadeWindowViewController.java62 import com.android.systemui.statusbar.NotificationShadeWindowController;
124 private final NotificationShadeWindowController mNotificationShadeWindowController;
158 NotificationShadeWindowController controller, in NotificationShadeWindowViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvSystemUIModule.java53 import com.android.systemui.statusbar.NotificationShadeWindowController;
199 abstract NotificationShadeWindowController bindNotificationShadeController( in bindNotificationShadeController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
H A DOverviewProxyServiceTest.kt49 import com.android.systemui.statusbar.NotificationShadeWindowController
99 @Mock private lateinit var statusBarWinController: NotificationShadeWindowController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DReferenceSystemUIModule.java51 import com.android.systemui.statusbar.NotificationShadeWindowController;
210 abstract NotificationShadeWindowController bindNotificationShadeController( in bindNotificationShadeController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShadeWindowController.java33 public interface NotificationShadeWindowController extends RemoteInputController.Callback { interface
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java62 import com.android.systemui.statusbar.NotificationShadeWindowController;
138 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in newKeyguardViewMediator()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java59 import com.android.systemui.statusbar.NotificationShadeWindowController;
97 private final NotificationShadeWindowController mNotificationShadeWindowController;
122 NotificationShadeWindowController notificationShadeWindowController, in create()
165 NotificationShadeWindowController notificationShadeWindowController, in BubblesManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavBarHelper.java71 import com.android.systemui.statusbar.NotificationShadeWindowController;
114 private final NotificationShadeWindowController mNotificationShadeWindowController;
186 NotificationShadeWindowController notificationShadeWindowController, in NavBarHelper()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthRippleControllerTest.kt36 import com.android.systemui.statusbar.NotificationShadeWindowController
78 private lateinit var notificationShadeWindowController: NotificationShadeWindowController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthRippleController.kt46 import com.android.systemui.statusbar.NotificationShadeWindowController
74 private val notificationShadeWindowController: NotificationShadeWindowController,

123