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.java245 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForImeWithNoTarget()
264 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForImeWithAppTarget()
291 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForImeWithAppTargetWithChildWindows()
315 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForImeWithAppTargetAndAppAbove()
336 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForImeNonAppImeTarget()
356 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForStatusBarImeTarget()
DDisplayContentTests.java194 mChildAppWindowAbove, in testForAllWindows()
223 mChildAppWindowAbove, in testForAllWindows_WithAppImeTarget()
236 mDisplayContent.setImeLayeringTarget(mChildAppWindowAbove); in testForAllWindows_WithChildWindowImeTarget()
242 mChildAppWindowAbove, in testForAllWindows_WithChildWindowImeTarget()
260 mChildAppWindowAbove, in testForAllWindows_WithStatusBarImeTarget()
278 mChildAppWindowAbove, in testForAllWindows_WithNotificationShadeImeTarget()
299 mChildAppWindowAbove, in testForAllWindows_WithInBetweenWindowToken()
1503 final WindowState win = mChildAppWindowAbove; in testRequestResizeForEmptyFrames()
DWindowStateTests.java755 final List<WindowState> visibleWindows = Arrays.asList(mChildAppWindowAbove, in testRequestDrawIfNeeded()
794 final WindowState win = mChildAppWindowAbove; in testReportResizedWithRemoteException()
DWindowTestsBase.java190 WindowState mChildAppWindowAbove; field in WindowTestsBase
424 mChildAppWindowAbove = createCommonWindow(mAppWindow, TYPE_APPLICATION_ATTACHED_DIALOG, in addCommonWindows()