Searched refs:notificationShade (Results 1 – 3 of 3) sorted by relevance
116 final WindowState notificationShade = mPolicy.getNotificationShade(); in updateBarControlTarget() local122 : statusControlTarget == notificationShade in updateBarControlTarget()129 : navControlTarget == notificationShade in updateBarControlTarget()485 final WindowState notificationShade = mPolicy.getNotificationShade(); in getStatusControlTarget() local486 if (focusedWin == notificationShade) { in getStatusControlTarget()510 && (notificationShade == null || !notificationShade.canReceiveKeys())) { in getStatusControlTarget()568 final WindowState notificationShade = mPolicy.getNotificationShade(); in getNavControlTarget() local571 && (notificationShade == null || !notificationShade.canReceiveKeys())) { in getNavControlTarget()
3007 final WindowState notificationShade = mRootWindowContainer.getDefaultDisplay() in onScreenAwakeChanged() local3009 proc = notificationShade != null ? notificationShade.getProcess() : null; in onScreenAwakeChanged()
1006 WindowState notificationShade = createWindow(null, TYPE_NOTIFICATION_SHADE, in testNeedsRelativeLayeringToIme_notificationShadeShouldNotHideSystemDialog() local1008 notificationShade.mAttrs.flags |= FLAG_ALT_FOCUSABLE_IM; in testNeedsRelativeLayeringToIme_notificationShadeShouldNotHideSystemDialog()1009 assertFalse(notificationShade.needsRelativeLayeringToIme()); in testNeedsRelativeLayeringToIme_notificationShadeShouldNotHideSystemDialog()