Searched refs:mWindowDrawCountDown (Results 1 – 1 of 1) sorted by relevance
276 CountDownLatch mWindowDrawCountDown; field in ViewRootImpl481 if (mWindowDrawCountDown != null) { in reportDrawFinish()482 mWindowDrawCountDown.countDown(); in reportDrawFinish()2623 if (mWindowDrawCountDown != null) { in performDraw()2625 mWindowDrawCountDown.await(); in performDraw()2629 mWindowDrawCountDown = null; in performDraw()7215 mWindowDrawCountDown = new CountDownLatch(mWindowCallbacks.size()); in requestDrawWindow()