Home
last modified time | relevance | path

Searched refs:NotificationShadeWindowControllerImpl (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DOWNERS6 per-file NotificationShadeWindowControllerImpl.java = dupin@google.com, cinek@google.com, beverlyt@…
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvSystemUIModule.java46 import com.android.systemui.shade.NotificationShadeWindowControllerImpl;
200 NotificationShadeWindowControllerImpl notificationShadeWindowController); in bindNotificationShadeController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DReferenceSystemUIModule.java45 import com.android.systemui.shade.NotificationShadeWindowControllerImpl;
211 NotificationShadeWindowControllerImpl notificationShadeWindowController); in bindNotificationShadeController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImplTest.java105 private NotificationShadeWindowControllerImpl mNotificationShadeWindowController;
121 mNotificationShadeWindowController = new NotificationShadeWindowControllerImpl(mContext, in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java89 public class NotificationShadeWindowControllerImpl implements NotificationShadeWindowController, class
135 public NotificationShadeWindowControllerImpl(Context context, WindowManager windowManager, in NotificationShadeWindowControllerImpl() method in NotificationShadeWindowControllerImpl
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java94 import com.android.systemui.shade.NotificationShadeWindowControllerImpl;
221 mNotificationShadeWindowController = new NotificationShadeWindowControllerImpl(mContext, in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java101 import com.android.systemui.shade.NotificationShadeWindowControllerImpl;
232 private NotificationShadeWindowControllerImpl mNotificationShadeWindowController;
333 mNotificationShadeWindowController = new NotificationShadeWindowControllerImpl(mContext, in setUp()