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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2945 private final static int MSG_DIE = 3; field in class:ViewRootImpl
2976 case MSG_DIE:
2977 return "MSG_DIE";
3172 case MSG_DIE:
5328 mHandler.sendEmptyMessage(MSG_DIE);

Completed in 79 milliseconds