Searched refs:WALLPAPER_DRAW_PENDING_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
34 import static com.android.server.wm.WindowManagerService.H.WALLPAPER_DRAW_PENDING_TIMEOUT;839 mService.mH.removeMessages(WALLPAPER_DRAW_PENDING_TIMEOUT); in wallpaperTransitionReady()840 mService.mH.sendEmptyMessageDelayed(WALLPAPER_DRAW_PENDING_TIMEOUT, in wallpaperTransitionReady()852 mService.mH.removeMessages(WALLPAPER_DRAW_PENDING_TIMEOUT); in wallpaperTransitionReady()
7978 public static final int WALLPAPER_DRAW_PENDING_TIMEOUT = 39; field in WindowManagerService.H8559 case WALLPAPER_DRAW_PENDING_TIMEOUT: { in handleMessage()