Home
last modified time | relevance | path

Searched refs:NOTIFY_ACTIVITY_DRAWN (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java48 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()
DWindowManagerService.java4887 public static final int NOTIFY_ACTIVITY_DRAWN = 32; field in WindowManagerService.H
5233 case NOTIFY_ACTIVITY_DRAWN: in handleMessage()