Searched refs:mWindowDrawCountDown (Results 1 – 2 of 2) sorted by relevance
527 CountDownLatch mWindowDrawCountDown; field in ViewRootImpl894 if (mWindowDrawCountDown != null) {895 mWindowDrawCountDown.countDown();4170 if (mWindowDrawCountDown != null) { in performDraw()4172 mWindowDrawCountDown.await(); in performDraw()4176 mWindowDrawCountDown = null; in performDraw()9910 mWindowDrawCountDown = new CountDownLatch(mWindowCallbacks.size()); in requestDrawWindow()
68204 Landroid/view/ViewRootImpl;->mWindowDrawCountDown:Ljava/util/concurrent/CountDownLatch;