/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarHeadsUpChangeListener.java | 24 import com.android.systemui.statusbar.NotificationShadeWindowController; 37 private final NotificationShadeWindowController mNotificationShadeWindowController; 48 NotificationShadeWindowController notificationShadeWindowController, in StatusBarHeadsUpChangeListener()
|
H A D | StatusBarLaunchAnimatorController.kt | 8 import com.android.systemui.statusbar.NotificationShadeWindowController 18 private val notificationShadeWindowController: NotificationShadeWindowController,
|
H A D | StatusBarTouchableRegionManager.java | 41 import com.android.systemui.statusbar.NotificationShadeWindowController; 63 private final NotificationShadeWindowController mNotificationShadeWindowController; 82 NotificationShadeWindowController notificationShadeWindowController, in StatusBarTouchableRegionManager()
|
H A D | StatusBarNotificationPresenter.java | 48 import com.android.systemui.statusbar.NotificationShadeWindowController; 88 private final NotificationShadeWindowController mNotificationShadeWindowController; 106 NotificationShadeWindowController notificationShadeWindowController, in StatusBarNotificationPresenter()
|
H A D | DozeServiceHost.java | 44 import com.android.systemui.statusbar.NotificationShadeWindowController; 91 private final NotificationShadeWindowController mNotificationShadeWindowController; 115 NotificationShadeWindowController notificationShadeWindowController, in DozeServiceHost()
|
H A D | UnlockedScreenOffAnimationController.kt | 26 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 D | UnlockedScreenOffAnimationControllerTest.kt | 31 import com.android.systemui.statusbar.NotificationShadeWindowController 69 private lateinit var notifShadeWindowController: NotificationShadeWindowController 95 dagger.Lazy<NotificationShadeWindowController> { notifShadeWindowController },
|
H A D | StatusBarNotificationPresenterTest.java | 50 import com.android.systemui.statusbar.NotificationShadeWindowController; 95 mDependency.injectMockDependency(NotificationShadeWindowController.class); in setup() 115 mock(NotificationShadeWindowController.class), in setup()
|
H A D | HeadsUpManagerPhoneTest.java | 40 import com.android.systemui.statusbar.NotificationShadeWindowController; 137 mDependency.injectMockDependency(NotificationShadeWindowController.class); in setUp()
|
H A D | DozeServiceHostTest.java | 49 import com.android.systemui.statusbar.NotificationShadeWindowController; 86 @Mock private NotificationShadeWindowController mNotificationShadeWindowController;
|
H A D | ActivityStarterImplTest.kt | 35 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 D | SystemActionsTest.java | 43 import com.android.systemui.statusbar.NotificationShadeWindowController; 65 private NotificationShadeWindowController mNotificationShadeController;
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | ShadeControllerImplTest.kt | 28 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 D | BouncerSwipeTouchHandler.java | 44 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 D | ShadeControllerImpl.java | 35 import com.android.systemui.statusbar.NotificationShadeWindowController; 63 private final NotificationShadeWindowController mNotificationShadeWindowController; 91 NotificationShadeWindowController notificationShadeWindowController, in ShadeControllerImpl()
|
H A D | NotificationShadeWindowViewController.java | 62 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 D | TvSystemUIModule.java | 53 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 D | OverviewProxyServiceTest.kt | 49 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 D | ReferenceSystemUIModule.java | 51 import com.android.systemui.statusbar.NotificationShadeWindowController; 210 abstract NotificationShadeWindowController bindNotificationShadeController( in bindNotificationShadeController()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationShadeWindowController.java | 33 public interface NotificationShadeWindowController extends RemoteInputController.Callback { interface
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/ |
H A D | KeyguardModule.java | 62 import com.android.systemui.statusbar.NotificationShadeWindowController; 138 Lazy<NotificationShadeWindowController> notificationShadeWindowController, in newKeyguardViewMediator()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 59 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 D | NavBarHelper.java | 71 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 D | AuthRippleControllerTest.kt | 36 import com.android.systemui.statusbar.NotificationShadeWindowController 78 private lateinit var notificationShadeWindowController: NotificationShadeWindowController
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthRippleController.kt | 46 import com.android.systemui.statusbar.NotificationShadeWindowController 74 private val notificationShadeWindowController: NotificationShadeWindowController,
|