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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3175 private final static int MSG_DIE = 3; field in class:ViewRootImpl
3207 case MSG_DIE:
3208 return "MSG_DIE";
3408 case MSG_DIE:
5593 mHandler.sendEmptyMessage(MSG_DIE);

Completed in 18 milliseconds