Searched refs:drawPending (Results 1 – 2 of 2) sorted by relevance
3723 final boolean drawPending = mWinAnimator.mDrawState == DRAW_PENDING; in reportResized()3724 if (drawPending) { in reportResized()3743 final boolean reportDraw = syncRedraw || drawPending; in reportResized()3765 onResizePostDispatched(drawPending, prevRotation, displayId); in reportResized()3773 onResizePostDispatched(drawPending, prevRotation, displayId); in reportResized()3785 private void onResizePostDispatched(boolean drawPending, int prevRotation, int displayId) { in onResizePostDispatched() argument3786 if (drawPending && prevRotation >= 0 && prevRotation != mLastReportedConfiguration in onResizePostDispatched()
63997 Landroid/view/ViewRootImpl;->drawPending()V