Searched refs:mockAvd0 (Results 1 – 1 of 1) sorted by relevance
1041 val mockAvd0 = mock(AnimatedVectorDrawable::class.java) regex1044 whenever(mockAvd0.mutate()).thenReturn(mockAvd0)1072 verify(mockAvd0, times(1)).start()1073 whenever(mockAvd0.isRunning()).thenReturn(true)1081 whenever(mockAvd0.isRunning()).thenReturn(false)1083 verify(mockAvd0, times(1)).registerAnimationCallback(captor.capture())1088 captor.getValue().onAnimationEnd(mockAvd0)1093 verify(mockAvd0, times(1))1099 verify(mockAvd0, times(1))1249 val mockAvd0 = mock(AnimatedVectorDrawable::class.java) regex[all …]