Searched refs:mWindowDrawCountDown (Results 1 – 2 of 2) sorted by relevance
547 CountDownLatch mWindowDrawCountDown; field in ViewRootImpl926 if (mWindowDrawCountDown != null) {927 mWindowDrawCountDown.countDown();4275 if (mWindowDrawCountDown != null) { in performDraw()4277 mWindowDrawCountDown.await(); in performDraw()4281 mWindowDrawCountDown = null; in performDraw()10057 mWindowDrawCountDown = new CountDownLatch(mWindowCallbacks.size()); in requestDrawWindow()
68204 Landroid/view/ViewRootImpl;->mWindowDrawCountDown:Ljava/util/concurrent/CountDownLatch;