Searched refs:MSG_RESIZED_REPORT (Results 1 – 1 of 1) sorted by relevance
3369 private final static int MSG_RESIZED_REPORT = 5; field in ViewRootImpl3402 case MSG_RESIZED_REPORT: in getMessageName()3488 case MSG_RESIZED_REPORT: in handleMessage()3516 if (msg.what == MSG_RESIZED_REPORT) { in handleMessage()5981 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED); in dispatchResized()