Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DZOrderingTests.java222 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForImeWithNoTarget()
241 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForImeWithAppTarget()
267 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForImeWithAppTargetWithChildWindows()
290 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForImeWithAppTargetAndAppAbove()
311 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForImeNonAppImeTarget()
331 assertWindowHigher(mImeWindow, mChildAppWindowAbove); in testAssignWindowLayers_ForStatusBarImeTarget()
DDisplayContentTests.java128 mChildAppWindowAbove, in testForAllWindows()
147 mChildAppWindowAbove, in testForAllWindows_WithAppImeTarget()
158 mDisplayContent.mInputMethodTarget = mChildAppWindowAbove; in testForAllWindows_WithChildWindowImeTarget()
164 mChildAppWindowAbove, in testForAllWindows_WithChildWindowImeTarget()
180 mChildAppWindowAbove, in testForAllWindows_WithStatusBarImeTarget()
199 mChildAppWindowAbove, in testForAllWindows_WithInBetweenWindowToken()
DWindowTestsBase.java98 WindowState mChildAppWindowAbove; field in WindowTestsBase
172 mChildAppWindowAbove = createCommonWindow(mAppWindow, in setUpBase()