Searched defs:MSG_DIE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3371 private final static int MSG_DIE = 3; field in class:ViewRootImpl
3402 case MSG_DIE:
3403 return "MSG_DIE";
3625 case MSG_DIE:
5904 mHandler.sendEmptyMessage(MSG_DIE);

Completed in 70 milliseconds