Searched defs:mWallpaperDrawState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWallpaperController.java98 private int mWallpaperDrawState = WALLPAPER_DRAW_NORMAL; field in class:WallpaperController
597 if (mWallpaperDrawState == WALLPAPER_DRAW_PENDING) {
598 mWallpaperDrawState = WALLPAPER_DRAW_TIMEOUT;
615 if (mWallpaperDrawState != WALLPAPER_DRAW_TIMEOUT) {
619 if (mWallpaperDrawState == WALLPAPER_DRAW_NORMAL) {
620 mWallpaperDrawState = WALLPAPER_DRAW_PENDING;
627 "mWallpaperDrawState=" + mWallpaperDrawState);
632 mWallpaperDrawState = WALLPAPER_DRAW_NORMAL;

Completed in 142 milliseconds