Searched refs:mWindowDrawCountDown (Results 1 – 2 of 2) sorted by relevance
784 CountDownLatch mWindowDrawCountDown; field in ViewRootImpl1385 if (mWindowDrawCountDown != null) {1386 mWindowDrawCountDown.countDown();5341 if (mWindowDrawCountDown != null) { in performDraw()5343 mWindowDrawCountDown.await(); in performDraw()5347 mWindowDrawCountDown = null; in performDraw()11709 mWindowDrawCountDown = new CountDownLatch(mWindowCallbacks.size()); in requestDrawWindow()
64238 Landroid/view/ViewRootImpl;->mWindowDrawCountDown:Ljava/util/concurrent/CountDownLatch;