Searched refs:mWallpaperDrawState (Results 1 – 1 of 1) sorted by relevance
624 int mWallpaperDrawState = WALLPAPER_DRAW_NORMAL; field in WindowManagerService8270 if (mWallpaperDrawState == WALLPAPER_DRAW_PENDING) { in handleMessage()8271 mWallpaperDrawState = WALLPAPER_DRAW_TIMEOUT; in handleMessage()9229 if (mWallpaperDrawState != WALLPAPER_DRAW_TIMEOUT) { in handleAppTransitionReadyLocked()9233 if (mWallpaperDrawState == WALLPAPER_DRAW_NORMAL) { in handleAppTransitionReadyLocked()9234 mWallpaperDrawState = WALLPAPER_DRAW_PENDING; in handleAppTransitionReadyLocked()9241 "mWallpaperDrawState=" + mWallpaperDrawState); in handleAppTransitionReadyLocked()9247 mWallpaperDrawState = WALLPAPER_DRAW_NORMAL; in handleAppTransitionReadyLocked()