Searched refs:DRAW_PENDING (Results 1 – 3 of 3) sorted by relevance
198 static final int DRAW_PENDING = 1; field in WindowStateAnimator212 case DRAW_PENDING: return "DRAW_PENDING"; in drawStateToString()507 if (mDrawState == DRAW_PENDING) { in finishDrawingLocked()607 mDrawState = DRAW_PENDING; in resetDrawState()
99 import static com.android.server.wm.WindowStateAnimator.DRAW_PENDING;1165 winAnimator.mDrawState = DRAW_PENDING; in updateResizingWindowIfNeeded()3016 if (DEBUG_ORIENTATION && mWinAnimator.mDrawState == DRAW_PENDING) in reportResized()3025 final boolean reportDraw = mWinAnimator.mDrawState == DRAW_PENDING; in reportResized()
97 import static com.android.server.wm.WindowStateAnimator.DRAW_PENDING;2686 w.mWinAnimator.mDrawState = DRAW_PENDING; in waitForAllWindowsDrawn()