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.java34 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()
DWindowManagerService.java7978 public static final int WALLPAPER_DRAW_PENDING_TIMEOUT = 39; field in WindowManagerService.H
8559 case WALLPAPER_DRAW_PENDING_TIMEOUT: { in handleMessage()