Searched refs:colorDrawable (Results 1 – 2 of 2) sorted by relevance
173 final ColorDrawable colorDrawable = spy(new ColorDrawable()); in onBindListItem_colorDrawable_matchColor() local175 doReturn(colorDrawable).when(mImageView).getDrawable(); in onBindListItem_colorDrawable_matchColor()184 verify(colorDrawable).setColor(alpha); in onBindListItem_colorDrawable_matchColor()
141 ColorDrawable colorDrawable = (ColorDrawable) d; in setCancelBackgroundColor() local143 colorDrawable.setColor(color); in setCancelBackgroundColor()145 colorDrawable.setAlpha(alpha); in setCancelBackgroundColor()