Searched refs:mWindowDrawCountDown (Results 1 – 1 of 1) sorted by relevance
419 CountDownLatch mWindowDrawCountDown; field in ViewRootImpl688 if (mWindowDrawCountDown != null) {689 mWindowDrawCountDown.countDown();3442 if (mWindowDrawCountDown != null) { in performDraw()3444 mWindowDrawCountDown.await(); in performDraw()3448 mWindowDrawCountDown = null; in performDraw()8607 mWindowDrawCountDown = new CountDownLatch(mWindowCallbacks.size()); in requestDrawWindow()