Searched refs:MSG_RESIZED_REPORT (Results 1 – 2 of 2) sorted by relevance
4479 private static final int MSG_RESIZED_REPORT = 5; field in ViewRootImpl4519 case MSG_RESIZED_REPORT: in getMessageName()4622 case MSG_RESIZED_REPORT: in handleMessage()4664 if (msg.what == MSG_RESIZED_REPORT) { in handleMessage()7423 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED); in dispatchResized()
79272 Landroid/view/ViewRootImpl;->MSG_RESIZED_REPORT:I