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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3085 private final static int MSG_DIE = 3; field in class:ViewRootImpl
3116 case MSG_DIE:
3117 return "MSG_DIE";
3314 case MSG_DIE:
5483 mHandler.sendEmptyMessage(MSG_DIE);

Completed in 19 milliseconds