Searched refs:assertWindowHigher (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ZOrderingTests.java | 246 assertWindowHigher(mImeWindow, mAppWindow); in testAssignWindowLayers_ForImeWithNoTarget() 247 assertWindowHigher(mNavBarWindow, mImeWindow); in testAssignWindowLayers_ForImeWithNoTarget() 263 assertWindowHigher(mImeWindow, imeAppTarget); in testAssignWindowLayers_ForImeWithAppTarget() 265 assertWindowHigher(mImeWindow, mAppWindow); in testAssignWindowLayers_ForImeWithAppTarget() 289 assertWindowHigher(mImeWindow, imeAppTarget); in testAssignWindowLayers_ForImeWithAppTargetWithChildWindows() 292 assertWindowHigher(mImeWindow, mAppWindow); in testAssignWindowLayers_ForImeWithAppTargetWithChildWindows() 312 assertWindowHigher(mImeWindow, imeAppTarget); in testAssignWindowLayers_ForImeWithAppTargetAndAppAbove() 316 assertWindowHigher(mImeWindow, mAppWindow); in testAssignWindowLayers_ForImeWithAppTargetAndAppAbove() 337 assertWindowHigher(mImeWindow, mAppWindow); in testAssignWindowLayers_ForImeNonAppImeTarget() 357 assertWindowHigher(mImeWindow, mAppWindow); in testAssignWindowLayers_ForStatusBarImeTarget() [all …]
|