Searched refs:mNotificationShadeWindow (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayPolicyTests.java | 283 final WindowProcessController wpc = mNotificationShadeWindow.getProcess(); in testVisibleProcessWhileDozing() 285 policy.addWindowLw(mNotificationShadeWindow, mNotificationShadeWindow.mAttrs); in testVisibleProcessWhileDozing()
|
D | DisplayContentTests.java | 200 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()
|
D | WindowStateTests.java | 749 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()
|
D | WindowTestsBase.java | 186 WindowState mNotificationShadeWindow; field in WindowTestsBase 386 mNotificationShadeWindow = createCommonWindow(null, TYPE_NOTIFICATION_SHADE, in addCommonWindows()
|