Searched refs:NOTIFY_ACTIVITY_DRAWN (Results 1 – 2 of 2) sorted by relevance
48 import static com.android.server.wm.WindowManagerService.H.NOTIFY_ACTIVITY_DRAWN;766 mService.mH.obtainMessage(NOTIFY_ACTIVITY_DRAWN, token).sendToTarget(); in restoreSavedSurfaceForInterestingWindows()1406 mService.mH.obtainMessage(NOTIFY_ACTIVITY_DRAWN, token).sendToTarget(); in updateAllDrawn()
4887 public static final int NOTIFY_ACTIVITY_DRAWN = 32; field in WindowManagerService.H5233 case NOTIFY_ACTIVITY_DRAWN: in handleMessage()