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/
DWindowManagerService.java624 int mWallpaperDrawState = WALLPAPER_DRAW_NORMAL; field in WindowManagerService
8270 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()