Searched refs:expectedLockEvents (Results 1 – 1 of 1) sorted by relevance
407 int expectedLockEvents = ((which & FLAG_LOCK) != 0) ? 1 : 0; in ColorChangeWaiter() local409 mLockCountDownLatch = new CountDownLatch(expectedLockEvents); in ColorChangeWaiter()