Searched refs:WALLPAPER_DRAW_PENDING_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
35 import static com.android.server.wm.WindowManagerService.H.WALLPAPER_DRAW_PENDING_TIMEOUT;967 mService.mH.removeMessages(WALLPAPER_DRAW_PENDING_TIMEOUT, this); in wallpaperTransitionReady()969 mService.mH.obtainMessage(WALLPAPER_DRAW_PENDING_TIMEOUT, this), in wallpaperTransitionReady()981 mService.mH.removeMessages(WALLPAPER_DRAW_PENDING_TIMEOUT, this); in wallpaperTransitionReady()
5681 public static final int WALLPAPER_DRAW_PENDING_TIMEOUT = 39; field in WindowManagerService.H5878 case WALLPAPER_DRAW_PENDING_TIMEOUT: { in handleMessage()