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
609 if (mWallpaperDrawState == WALLPAPER_DRAW_PENDING) { in processWallpaperDrawPendingTimeout()
610 mWallpaperDrawState = WALLPAPER_DRAW_TIMEOUT; in processWallpaperDrawPendingTimeout()
633 if (mWallpaperDrawState != WALLPAPER_DRAW_TIMEOUT) { in wallpaperTransitionReady()
637 if (mWallpaperDrawState == WALLPAPER_DRAW_NORMAL) { in wallpaperTransitionReady()
638 mWallpaperDrawState = WALLPAPER_DRAW_PENDING; in wallpaperTransitionReady()
647 "mWallpaperDrawState=" + mWallpaperDrawState); in wallpaperTransitionReady()
652 mWallpaperDrawState = WALLPAPER_DRAW_NORMAL; in wallpaperTransitionReady()