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;739 mService.mH.obtainMessage(NOTIFY_ACTIVITY_DRAWN, token).sendToTarget(); in restoreSavedSurfaceForInterestingWindows()1361 mService.mH.obtainMessage(NOTIFY_ACTIVITY_DRAWN, token).sendToTarget(); in updateAllDrawn()
4771 public static final int NOTIFY_ACTIVITY_DRAWN = 32; field in WindowManagerService.H5116 case NOTIFY_ACTIVITY_DRAWN: in handleMessage()