Searched refs:mWindowDrawCountDown (Results 1 – 2 of 2) sorted by relevance
791 CountDownLatch mWindowDrawCountDown; field in ViewRootImpl1270 if (mWindowDrawCountDown != null) {1271 mWindowDrawCountDown.countDown();4857 if (mWindowDrawCountDown != null) { in performDraw()4859 mWindowDrawCountDown.await(); in performDraw()4863 mWindowDrawCountDown = null; in performDraw()10805 mWindowDrawCountDown = new CountDownLatch(mWindowCallbacks.size()); in requestDrawWindow()
64881 Landroid/view/ViewRootImpl;->mWindowDrawCountDown:Ljava/util/concurrent/CountDownLatch;