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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3087 private final static int MSG_RESIZED_REPORT = 5; field in class:ViewRootImpl
3120 case MSG_RESIZED_REPORT:
3121 return "MSG_RESIZED_REPORT";
3195 case MSG_RESIZED_REPORT:
3212 if (msg.what == MSG_RESIZED_REPORT) {
5593 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED);

Completed in 459 milliseconds