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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3176 private final static int MSG_RESIZED = 4; field in class:ViewRootImpl
3209 case MSG_RESIZED:
3210 return "MSG_RESIZED";
3276 case MSG_RESIZED: {
5696 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED);

Completed in 55 milliseconds