Home
last modified time | relevance | path

Searched refs:notificationShade (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java116 final WindowState notificationShade = mPolicy.getNotificationShade(); in updateBarControlTarget() local
122 : statusControlTarget == notificationShade in updateBarControlTarget()
129 : navControlTarget == notificationShade in updateBarControlTarget()
485 final WindowState notificationShade = mPolicy.getNotificationShade(); in getStatusControlTarget() local
486 if (focusedWin == notificationShade) { in getStatusControlTarget()
510 && (notificationShade == null || !notificationShade.canReceiveKeys())) { in getStatusControlTarget()
568 final WindowState notificationShade = mPolicy.getNotificationShade(); in getNavControlTarget() local
571 && (notificationShade == null || !notificationShade.canReceiveKeys())) { in getNavControlTarget()
H A DActivityTaskManagerService.java3007 final WindowState notificationShade = mRootWindowContainer.getDefaultDisplay() in onScreenAwakeChanged() local
3009 proc = notificationShade != null ? notificationShade.getProcess() : null; in onScreenAwakeChanged()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowStateTests.java1006 WindowState notificationShade = createWindow(null, TYPE_NOTIFICATION_SHADE, in testNeedsRelativeLayeringToIme_notificationShadeShouldNotHideSystemDialog() local
1008 notificationShade.mAttrs.flags |= FLAG_ALT_FOCUSABLE_IM; in testNeedsRelativeLayeringToIme_notificationShadeShouldNotHideSystemDialog()
1009 assertFalse(notificationShade.needsRelativeLayeringToIme()); in testNeedsRelativeLayeringToIme_notificationShadeShouldNotHideSystemDialog()