Home
last modified time | relevance | path

Searched refs:drawnWindowTypes (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java4901 final SparseBooleanArray drawnWindowTypes = new SparseBooleanArray(); in shouldWaitForSystemDecorWindowsOnBoot() local
4904 drawnWindowTypes.put(TYPE_NOTIFICATION_SHADE, true); in shouldWaitForSystemDecorWindowsOnBoot()
4920 drawnWindowTypes.put(w.mAttrs.type, true); in shouldWaitForSystemDecorWindowsOnBoot()
4923 drawnWindowTypes.put(TYPE_NOTIFICATION_SHADE, in shouldWaitForSystemDecorWindowsOnBoot()
4943 final boolean haveBootMsg = drawnWindowTypes.get(TYPE_BOOT_PROGRESS); in shouldWaitForSystemDecorWindowsOnBoot()
4944 final boolean haveApp = drawnWindowTypes.get(TYPE_BASE_APPLICATION); in shouldWaitForSystemDecorWindowsOnBoot()
4945 final boolean haveWallpaper = drawnWindowTypes.get(TYPE_WALLPAPER); in shouldWaitForSystemDecorWindowsOnBoot()
4946 final boolean haveKeyguard = drawnWindowTypes.get(TYPE_NOTIFICATION_SHADE); in shouldWaitForSystemDecorWindowsOnBoot()