Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java30 import static com.android.server.wm.WindowManagerService.H.NOTIFY_ACTIVITY_DRAWN;
493 service.mH.obtainMessage(NOTIFY_ACTIVITY_DRAWN, token).sendToTarget(); in restoreSavedSurfaces()
DWindowSurfacePlacer.java41 import static com.android.server.wm.WindowManagerService.H.NOTIFY_ACTIVITY_DRAWN;
1565 mService.mH.obtainMessage(NOTIFY_ACTIVITY_DRAWN, in updateAllDrawnLocked()
DWindowManagerService.java7967 public static final int NOTIFY_ACTIVITY_DRAWN = 32; field in WindowManagerService.H
8499 case NOTIFY_ACTIVITY_DRAWN: in handleMessage()