Searched refs:WALLPAPER_DRAW_PENDING_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
33 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()
4552 public static final int WALLPAPER_DRAW_PENDING_TIMEOUT = 39; field in WindowManagerService.H4872 case WALLPAPER_DRAW_PENDING_TIMEOUT: { in handleMessage()