Searched refs:drawnWindowTypes (Results 1 – 1 of 1) sorted by relevance
4141 final SparseBooleanArray drawnWindowTypes = new SparseBooleanArray(); in shouldWaitForSystemDecorWindowsOnBoot() local4144 drawnWindowTypes.put(TYPE_NOTIFICATION_SHADE, true); in shouldWaitForSystemDecorWindowsOnBoot()4160 drawnWindowTypes.put(w.mAttrs.type, true); in shouldWaitForSystemDecorWindowsOnBoot()4163 drawnWindowTypes.put(TYPE_NOTIFICATION_SHADE, in shouldWaitForSystemDecorWindowsOnBoot()4184 final boolean haveBootMsg = drawnWindowTypes.get(TYPE_BOOT_PROGRESS); in shouldWaitForSystemDecorWindowsOnBoot()4185 final boolean haveApp = drawnWindowTypes.get(TYPE_BASE_APPLICATION); in shouldWaitForSystemDecorWindowsOnBoot()4186 final boolean haveWallpaper = drawnWindowTypes.get(TYPE_WALLPAPER); in shouldWaitForSystemDecorWindowsOnBoot()4187 final boolean haveKeyguard = drawnWindowTypes.get(TYPE_NOTIFICATION_SHADE); in shouldWaitForSystemDecorWindowsOnBoot()