Searched refs:mAppWindow (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ZOrderingTests.java | 223 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()
|
D | DisplayPolicyTests.java | 215 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()
|
D | WindowTestsBase.java | 97 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()
|
D | DisplayContentTests.java | 127 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()
|