Searched refs:alphaCaptor (Results 1 – 1 of 1) sorted by relevance
170 ArgumentCaptor<Integer> alphaCaptor = ArgumentCaptor.forClass(Integer.class); in testDrawableStateChanged() local173 verify(mockProgressDrawable, atLeastOnce()).setAlpha(alphaCaptor.capture()); in testDrawableStateChanged()175 List<Integer> alphaCaptures = alphaCaptor.getAllValues(); in testDrawableStateChanged()179 alphaCaptor = ArgumentCaptor.forClass(Integer.class); in testDrawableStateChanged()182 verify(mockProgressDrawable, atLeastOnce()).setAlpha(alphaCaptor.capture()); in testDrawableStateChanged()184 alphaCaptures = alphaCaptor.getAllValues(); in testDrawableStateChanged()