Searched refs:MSG_RESIZED_REPORT (Results 1 – 1 of 1) sorted by relevance
4315 private static final int MSG_RESIZED_REPORT = 5; field in ViewRootImpl4354 case MSG_RESIZED_REPORT: in getMessageName()4455 case MSG_RESIZED_REPORT: in handleMessage()4497 if (msg.what == MSG_RESIZED_REPORT) { in handleMessage()7253 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED); in dispatchResized()