Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowStateTests.java721 final WindowState keyguardHostWindow = mNotificationShadeWindow; in testRequestDrawIfNeeded()
1176 mNotificationShadeWindow.setHasSurface(true); in testNotificationShadeHasImeInsetsWhenMultiWindow()
1177 mNotificationShadeWindow.mAttrs.flags &= ~FLAG_NOT_FOCUSABLE; in testNotificationShadeHasImeInsetsWhenMultiWindow()
1178 assertTrue(mNotificationShadeWindow.canBeImeTarget()); in testNotificationShadeHasImeInsetsWhenMultiWindow()
1183 assertEquals(mNotificationShadeWindow, mDisplayContent.getImeTarget(IME_TARGET_LAYERING)); in testNotificationShadeHasImeInsetsWhenMultiWindow()
1188 InsetsState state = mNotificationShadeWindow.getInsetsState(); in testNotificationShadeHasImeInsetsWhenMultiWindow()
H A DDisplayContentTests.java201 mNotificationShadeWindow, in testForAllWindows()
230 mNotificationShadeWindow, in testForAllWindows_WithAppImeTarget()
248 mNotificationShadeWindow, in testForAllWindows_WithChildWindowImeTarget()
266 mNotificationShadeWindow, in testForAllWindows_WithStatusBarImeTarget()
273 mDisplayContent.setImeLayeringTarget(mNotificationShadeWindow); in testForAllWindows_WithNotificationShadeImeTarget()
282 mNotificationShadeWindow, in testForAllWindows_WithNotificationShadeImeTarget()
305 mNotificationShadeWindow, in testForAllWindows_WithInBetweenWindowToken()
1576 displayPolicy.addWindowLw(mNotificationShadeWindow, mNotificationShadeWindow.mAttrs); in testApplyTopFixedRotationTransform()
1608 assertFalse(mNotificationShadeWindow.isAnimating(PARENTS, ANIMATION_TYPE_TOKEN_TRANSFORM)); in testApplyTopFixedRotationTransform()
H A DWindowTestsBase.java175 WindowState mNotificationShadeWindow; field in WindowTestsBase
363 mNotificationShadeWindow = createCommonWindow(null, TYPE_NOTIFICATION_SHADE, in addCommonWindows()