Searched refs:mWindowDrawCountDown (Results 1 – 2 of 2) sorted by relevance
442 CountDownLatch mWindowDrawCountDown; field in ViewRootImpl712 if (mWindowDrawCountDown != null) {713 mWindowDrawCountDown.countDown();3519 if (mWindowDrawCountDown != null) { in performDraw()3521 mWindowDrawCountDown.await(); in performDraw()3525 mWindowDrawCountDown = null; in performDraw()8796 mWindowDrawCountDown = new CountDownLatch(mWindowCallbacks.size()); in requestDrawWindow()
79310 Landroid/view/ViewRootImpl;->mWindowDrawCountDown:Ljava/util/concurrent/CountDownLatch;