Searched refs:MSG_RESIZED (Results 1 – 3 of 3) sorted by relevance
94 and MSG_RESIZED. The ordering of these relative to sync preparation in server code is undefined, in…
2061 if (msg == MSG_RESIZED && !frameChanged && !configChanged && !attachedFrameChanged5951 private static final int MSG_RESIZED = 4; field in ViewRootImpl5994 case MSG_RESIZED: in getMessageName()6095 case MSG_RESIZED: in handleMessageImpl()9134 Message msg = mHandler.obtainMessage(reportDraw ? MSG_RESIZED_REPORT : MSG_RESIZED); in dispatchResized()
64842 Landroid/view/ViewRootImpl;->MSG_RESIZED:I