Searched refs:MSG_RESIZED (Results 1 – 2 of 2) sorted by relevance
1671 if (msg == MSG_RESIZED && !frameChanged && !backdropFrameChanged && !configChanged in handleResized()5249 private static final int MSG_RESIZED = 4; local5292 case MSG_RESIZED: in getMessageName()5395 case MSG_RESIZED: in handleMessageImpl()8396 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED); in dispatchResized()
68165 Landroid/view/ViewRootImpl;->MSG_RESIZED:I