Searched refs:MSG_RESIZED_REPORT (Results 1 – 2 of 2) sorted by relevance
6557 private static final int MSG_RESIZED_REPORT = 5; field in ViewRootImpl6605 case MSG_RESIZED_REPORT: in getMessageName()6711 case MSG_RESIZED_REPORT: { in handleMessageImpl()6714 final boolean reportDraw = msg.what == MSG_RESIZED_REPORT; in handleMessageImpl()9944 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED); in dispatchResized()
64200 Landroid/view/ViewRootImpl;->MSG_RESIZED_REPORT:I