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.java102 private int mWallpaperDrawState = WALLPAPER_DRAW_NORMAL; field in WallpaperController
812 if (mWallpaperDrawState == WALLPAPER_DRAW_PENDING) { in processWallpaperDrawPendingTimeout()
813 mWallpaperDrawState = WALLPAPER_DRAW_TIMEOUT; in processWallpaperDrawPendingTimeout()
833 if (mWallpaperDrawState != WALLPAPER_DRAW_TIMEOUT) { in wallpaperTransitionReady()
837 if (mWallpaperDrawState == WALLPAPER_DRAW_NORMAL) { in wallpaperTransitionReady()
838 mWallpaperDrawState = WALLPAPER_DRAW_PENDING; in wallpaperTransitionReady()
845 "mWallpaperDrawState=" + mWallpaperDrawState); in wallpaperTransitionReady()
851 mWallpaperDrawState = WALLPAPER_DRAW_NORMAL; in wallpaperTransitionReady()