Searched refs:mWindowDrawCountDown (Results 1 – 1 of 1) sorted by relevance
494 CountDownLatch mWindowDrawCountDown; field in ViewRootImpl840 if (mWindowDrawCountDown != null) {841 mWindowDrawCountDown.countDown();3853 if (mWindowDrawCountDown != null) { in performDraw()3855 mWindowDrawCountDown.await(); in performDraw()3859 mWindowDrawCountDown = null; in performDraw()9370 mWindowDrawCountDown = new CountDownLatch(mWindowCallbacks.size()); in requestDrawWindow()