Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperController.java33 import static com.android.server.wm.WindowManagerService.H.WALLPAPER_DRAW_PENDING_TIMEOUT;
639 mService.mH.removeMessages(WALLPAPER_DRAW_PENDING_TIMEOUT, this); in wallpaperTransitionReady()
641 mService.mH.obtainMessage(WALLPAPER_DRAW_PENDING_TIMEOUT, this), in wallpaperTransitionReady()
653 mService.mH.removeMessages(WALLPAPER_DRAW_PENDING_TIMEOUT, this); in wallpaperTransitionReady()
DWindowManagerService.java4552 public static final int WALLPAPER_DRAW_PENDING_TIMEOUT = 39; field in WindowManagerService.H
4872 case WALLPAPER_DRAW_PENDING_TIMEOUT: { in handleMessage()