Searched refs:createCommonWindow (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowTestsBase.java | 361 mWallpaperWindow = createCommonWindow(null, TYPE_WALLPAPER, "wallpaperWindow"); in addCommonWindows() 364 mImeWindow = createCommonWindow(null, TYPE_INPUT_METHOD, "mImeWindow"); in addCommonWindows() 368 mImeDialogWindow = createCommonWindow(null, TYPE_INPUT_METHOD_DIALOG, in addCommonWindows() 372 mStatusBarWindow = createCommonWindow(null, TYPE_STATUS_BAR, "mStatusBarWindow"); in addCommonWindows() 386 mNotificationShadeWindow = createCommonWindow(null, TYPE_NOTIFICATION_SHADE, in addCommonWindows() 390 mNavBarWindow = createCommonWindow(null, TYPE_NAVIGATION_BAR, "mNavBarWindow"); in addCommonWindows() 414 mDockedDividerWindow = createCommonWindow(null, TYPE_DOCK_DIVIDER, in addCommonWindows() 421 mAppWindow = createCommonWindow(null, TYPE_BASE_APPLICATION, "mAppWindow"); in addCommonWindows() 424 mChildAppWindowAbove = createCommonWindow(mAppWindow, TYPE_APPLICATION_ATTACHED_DIALOG, in addCommonWindows() 428 mChildAppWindowBelow = createCommonWindow(mAppWindow, TYPE_APPLICATION_MEDIA_OVERLAY, in addCommonWindows() [all …]
|