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.java77 import static com.android.server.wm.WindowManagerService.H.NOTIFY_ACTIVITY_DRAWN;
1927 mWmService.mH.obtainMessage(NOTIFY_ACTIVITY_DRAWN, token).sendToTarget(); in updateAllDrawn()
DWindowManagerService.java4556 public static final int NOTIFY_ACTIVITY_DRAWN = 32; field in WindowManagerService.H
4826 case NOTIFY_ACTIVITY_DRAWN: { in handleMessage()