Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DZOrderingTests.java235 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForImeWithNoTarget()
254 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForImeWithAppTarget()
280 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForImeWithAppTargetWithChildWindows()
303 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForImeWithAppTargetAndAppAbove()
324 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForImeNonAppImeTarget()
344 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForStatusBarImeTarget()
DDisplayContentTests.java180 mChildAppWindowAbove, in testForAllWindows()
201 mChildAppWindowAbove, in testForAllWindows_WithAppImeTarget()
214 mDisplayContent.setImeLayeringTarget(mChildAppWindowAbove); in testForAllWindows_WithChildWindowImeTarget()
220 mChildAppWindowAbove, in testForAllWindows_WithChildWindowImeTarget()
238 mChildAppWindowAbove, in testForAllWindows_WithStatusBarImeTarget()
256 mChildAppWindowAbove, in testForAllWindows_WithNotificationShadeImeTarget()
277 mChildAppWindowAbove, in testForAllWindows_WithInBetweenWindowToken()
1240 final WindowState win = mChildAppWindowAbove; in testRequestResizeForEmptyFrames()
DWindowStateTests.java650 final List<WindowState> visibleWindows = Arrays.asList(mChildAppWindowAbove, in testRequestDrawIfNeeded()
665 final WindowState win = mChildAppWindowAbove; in testReportResizedWithRemoteException()
694 final WindowState win = mChildAppWindowAbove; in testRequestResizeForBlastSync()
DWindowTestsBase.java150 WindowState mChildAppWindowAbove; field in WindowTestsBase
290 mChildAppWindowAbove = createCommonWindow(mAppWindow, TYPE_APPLICATION_ATTACHED_DIALOG, in createTestDisplay()