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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2337 public final static int DIE = 1001; field in class:ViewRootImpl
2367 case DIE:
2368 return "DIE";
2583 case DIE:
3697 sendEmptyMessage(DIE);
3703 if (LOCAL_LOGV) Log.v(TAG, "DIE in " + this + " of " + mSurface);

Completed in 40 milliseconds