Searched refs:numRemovals (Results 1 – 1 of 1) sorted by relevance
524 final int[] numRemovals = new int[2]; in testOnExitAnimationDone() local528 numRemovals[0]++; in testOnExitAnimationDone()534 numRemovals[1]++; in testOnExitAnimationDone()549 assertEquals(1, numRemovals[0]); in testOnExitAnimationDone()550 assertEquals(1, numRemovals[1]); in testOnExitAnimationDone()