Searched refs:mImeDialogWindow (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ZOrderingTests.java | 251 assertWindowHigher(mImeDialogWindow, mImeWindow); in testAssignWindowLayers_ForImeWithNoTarget() 270 assertWindowHigher(mImeDialogWindow, mImeWindow); in testAssignWindowLayers_ForImeWithAppTarget() 297 assertWindowHigher(mImeDialogWindow, mImeWindow); in testAssignWindowLayers_ForImeWithAppTargetWithChildWindows() 321 assertWindowHigher(mImeDialogWindow, mImeWindow); in testAssignWindowLayers_ForImeWithAppTargetAndAppAbove() 347 assertWindowHigher(mImeDialogWindow, mImeWindow); in testAssignWindowLayers_ForImeNonAppImeTarget() 361 assertWindowHigher(mImeDialogWindow, mImeWindow); in testAssignWindowLayers_ForStatusBarImeTarget()
|
D | DisplayContentTests.java | 198 mImeDialogWindow, in testForAllWindows() 226 mImeDialogWindow, in testForAllWindows_WithAppImeTarget() 244 mImeDialogWindow, in testForAllWindows_WithChildWindowImeTarget() 264 mImeDialogWindow, in testForAllWindows_WithStatusBarImeTarget() 283 mImeDialogWindow, in testForAllWindows_WithNotificationShadeImeTarget() 302 mImeDialogWindow, in testForAllWindows_WithInBetweenWindowToken()
|
D | WindowTestsBase.java | 184 WindowState mImeDialogWindow; field in WindowTestsBase 368 mImeDialogWindow = createCommonWindow(null, TYPE_INPUT_METHOD_DIALOG, in addCommonWindows()
|