Searched refs:mWindowDrawCountDown (Results 1 – 1 of 1) sorted by relevance
337 CountDownLatch mWindowDrawCountDown; field in ViewRootImpl560 if (mWindowDrawCountDown != null) { in reportDrawFinish()561 mWindowDrawCountDown.countDown(); in reportDrawFinish()2826 if (mWindowDrawCountDown != null) { in performDraw()2828 mWindowDrawCountDown.await(); in performDraw()2832 mWindowDrawCountDown = null; in performDraw()7691 mWindowDrawCountDown = new CountDownLatch(mWindowCallbacks.size()); in requestDrawWindow()