Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java621 static final int WALLPAPER_DRAW_NORMAL = 0; field in WindowManagerService
624 int mWallpaperDrawState = WALLPAPER_DRAW_NORMAL;
9233 if (mWallpaperDrawState == WALLPAPER_DRAW_NORMAL) { in handleAppTransitionReadyLocked()
9247 mWallpaperDrawState = WALLPAPER_DRAW_NORMAL; in handleAppTransitionReadyLocked()