Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DZOrderingTests.java223 assertWindowHigher(mImeWindow, mAppWindow); in testAssignWindowLayers_ForImeWithNoTarget()
242 assertWindowHigher(mImeWindow, mAppWindow); in testAssignWindowLayers_ForImeWithAppTarget()
268 assertWindowHigher(mImeWindow, mAppWindow); in testAssignWindowLayers_ForImeWithAppTargetWithChildWindows()
291 assertWindowHigher(mImeWindow, mAppWindow); in testAssignWindowLayers_ForImeWithAppTargetAndAppAbove()
312 assertWindowHigher(mImeWindow, mAppWindow); in testAssignWindowLayers_ForImeNonAppImeTarget()
332 assertWindowHigher(mImeWindow, mAppWindow); in testAssignWindowLayers_ForStatusBarImeTarget()
DDisplayPolicyTests.java215 final WindowManager.LayoutParams attrs = mAppWindow.mAttrs; in testShouldRotateSeamlessly()
223 policy.focusChangedLw(null /* lastFocus */, mAppWindow); in testShouldRotateSeamlessly()
225 mAppWindow, attrs, null /* attached */, null /* imeTarget */); in testShouldRotateSeamlessly()
233 spyOn(mAppWindow.mAppToken); in testShouldRotateSeamlessly()
234 doReturn(false).when(mAppWindow.mAppToken).matchParentBounds(); in testShouldRotateSeamlessly()
DWindowTestsBase.java97 WindowState mAppWindow; field in WindowTestsBase
171 mAppWindow = createCommonWindow(null, TYPE_BASE_APPLICATION, "mAppWindow"); in setUpBase()
172 mChildAppWindowAbove = createCommonWindow(mAppWindow, in setUpBase()
175 mChildAppWindowBelow = createCommonWindow(mAppWindow, in setUpBase()
DDisplayContentTests.java127 mAppWindow, in testForAllWindows()
146 mAppWindow, in testForAllWindows_WithAppImeTarget()
163 mAppWindow, in testForAllWindows_WithChildWindowImeTarget()
179 mAppWindow, in testForAllWindows_WithStatusBarImeTarget()
198 mAppWindow, in testForAllWindows_WithInBetweenWindowToken()
725 spyOn(mAppWindow.mAppToken); in testComputeImeParent_app_notMatchParentBounds()
726 doReturn(false).when(mAppWindow.mAppToken).matchParentBounds(); in testComputeImeParent_app_notMatchParentBounds()
727 mDisplayContent.mInputMethodTarget = mAppWindow; in testComputeImeParent_app_notMatchParentBounds()