Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyTests.java277 final WindowProcessController wpc = mNotificationShadeWindow.getProcess(); in testVisibleProcessWhileDozing()
279 policy.addWindowLw(mNotificationShadeWindow, mNotificationShadeWindow.mAttrs); in testVisibleProcessWhileDozing()
DWindowStateTests.java751 final WindowState keyguardHostWindow = mNotificationShadeWindow; in testRequestDrawIfNeeded()
1298 mNotificationShadeWindow.setHasSurface(true); in testNotificationShadeHasImeInsetsWhenMultiWindow()
1299 mNotificationShadeWindow.mAttrs.flags &= ~FLAG_NOT_FOCUSABLE; in testNotificationShadeHasImeInsetsWhenMultiWindow()
1300 assertTrue(mNotificationShadeWindow.canBeImeTarget()); in testNotificationShadeHasImeInsetsWhenMultiWindow()
1305 assertEquals(mNotificationShadeWindow, mDisplayContent.getImeTarget(IME_TARGET_LAYERING)); in testNotificationShadeHasImeInsetsWhenMultiWindow()
1310 InsetsState state = mNotificationShadeWindow.getInsetsState(); in testNotificationShadeHasImeInsetsWhenMultiWindow()
DDisplayContentTests.java208 mNotificationShadeWindow, in testForAllWindows()
237 mNotificationShadeWindow, in testForAllWindows_WithAppImeTarget()
255 mNotificationShadeWindow, in testForAllWindows_WithChildWindowImeTarget()
273 mNotificationShadeWindow, in testForAllWindows_WithStatusBarImeTarget()
280 mDisplayContent.setImeLayeringTarget(mNotificationShadeWindow); in testForAllWindows_WithNotificationShadeImeTarget()
289 mNotificationShadeWindow, in testForAllWindows_WithNotificationShadeImeTarget()
312 mNotificationShadeWindow, in testForAllWindows_WithInBetweenWindowToken()
1605 displayPolicy.addWindowLw(mNotificationShadeWindow, mNotificationShadeWindow.mAttrs); in testApplyTopFixedRotationTransform()
1638 assertFalse(mNotificationShadeWindow.isAnimating(PARENTS, ANIMATION_TYPE_TOKEN_TRANSFORM)); in testApplyTopFixedRotationTransform()
DWindowTestsBase.java186 WindowState mNotificationShadeWindow; field in WindowTestsBase
367 mNotificationShadeWindow = createCommonWindow(null, TYPE_NOTIFICATION_SHADE, in addCommonWindows()