Searched refs:alphaCaptor (Results 1 – 1 of 1) sorted by relevance
162 ArgumentCaptor<Integer> alphaCaptor = ArgumentCaptor.forClass(Integer.class); in testDrawableStateChanged() local165 verify(mockProgressDrawable, atLeastOnce()).setAlpha(alphaCaptor.capture()); in testDrawableStateChanged()167 List<Integer> alphaCaptures = alphaCaptor.getAllValues(); in testDrawableStateChanged()171 alphaCaptor = ArgumentCaptor.forClass(Integer.class); in testDrawableStateChanged()174 verify(mockProgressDrawable, atLeastOnce()).setAlpha(alphaCaptor.capture()); in testDrawableStateChanged()176 alphaCaptures = alphaCaptor.getAllValues(); in testDrawableStateChanged()