Home
last modified time | relevance | path

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

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