Searched refs:createCommonWindow (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowTestsBase.java | 162 mWallpaperWindow = createCommonWindow(null, TYPE_WALLPAPER, "wallpaperWindow"); in setUpBase() 163 mImeWindow = createCommonWindow(null, TYPE_INPUT_METHOD, "mImeWindow"); in setUpBase() 165 mImeDialogWindow = createCommonWindow(null, TYPE_INPUT_METHOD_DIALOG, in setUpBase() 167 mStatusBarWindow = createCommonWindow(null, TYPE_STATUS_BAR, "mStatusBarWindow"); in setUpBase() 168 mNavBarWindow = createCommonWindow(null, TYPE_NAVIGATION_BAR, "mNavBarWindow"); in setUpBase() 169 mDockedDividerWindow = createCommonWindow(null, TYPE_DOCK_DIVIDER, in setUpBase() 171 mAppWindow = createCommonWindow(null, TYPE_BASE_APPLICATION, "mAppWindow"); in setUpBase() 172 mChildAppWindowAbove = createCommonWindow(mAppWindow, in setUpBase() 175 mChildAppWindowBelow = createCommonWindow(mAppWindow, in setUpBase() 240 private WindowState createCommonWindow(WindowState parent, int type, String name) { in createCommonWindow() method in WindowTestsBase
|