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.java283 final WindowProcessController wpc = mNotificationShadeWindow.getProcess(); in testVisibleProcessWhileDozing()
285 policy.addWindowLw(mNotificationShadeWindow, mNotificationShadeWindow.mAttrs); in testVisibleProcessWhileDozing()
DDisplayContentTests.java200 mNotificationShadeWindow, in testForAllWindows()
229 mNotificationShadeWindow, in testForAllWindows_WithAppImeTarget()
247 mNotificationShadeWindow, in testForAllWindows_WithChildWindowImeTarget()
265 mNotificationShadeWindow, in testForAllWindows_WithStatusBarImeTarget()
272 mDisplayContent.setImeLayeringTarget(mNotificationShadeWindow); in testForAllWindows_WithNotificationShadeImeTarget()
281 mNotificationShadeWindow, in testForAllWindows_WithNotificationShadeImeTarget()
304 mNotificationShadeWindow, in testForAllWindows_WithInBetweenWindowToken()
1585 displayPolicy.addWindowLw(mNotificationShadeWindow, mNotificationShadeWindow.mAttrs); in testApplyTopFixedRotationTransform()
1617 assertFalse(mNotificationShadeWindow.isAnimating(PARENTS, ANIMATION_TYPE_TOKEN_TRANSFORM)); in testApplyTopFixedRotationTransform()
DWindowStateTests.java749 final WindowState keyguardHostWindow = mNotificationShadeWindow; in testRequestDrawIfNeeded()
1221 mNotificationShadeWindow.setHasSurface(true); in testNotificationShadeHasImeInsetsWhenMultiWindow()
1222 mNotificationShadeWindow.mAttrs.flags &= ~FLAG_NOT_FOCUSABLE; in testNotificationShadeHasImeInsetsWhenMultiWindow()
1223 assertTrue(mNotificationShadeWindow.canBeImeTarget()); in testNotificationShadeHasImeInsetsWhenMultiWindow()
1228 assertEquals(mNotificationShadeWindow, mDisplayContent.getImeTarget(IME_TARGET_LAYERING)); in testNotificationShadeHasImeInsetsWhenMultiWindow()
1233 InsetsState state = mNotificationShadeWindow.getInsetsState(); in testNotificationShadeHasImeInsetsWhenMultiWindow()
DWindowTestsBase.java186 WindowState mNotificationShadeWindow; field in WindowTestsBase
386 mNotificationShadeWindow = createCommonWindow(null, TYPE_NOTIFICATION_SHADE, in addCommonWindows()