Searched refs:colorAlpha (Results 1 – 1 of 1) sorted by relevance
611 int colorAlpha = 128; in testSetColorFilterPreservesDrawableProperties() local613 mockDrawable.setAlpha(colorAlpha); in testSetColorFilterPreservesDrawableProperties()619 assertEquals(colorAlpha, mockDrawable.getAlpha()); in testSetColorFilterPreservesDrawableProperties()627 int colorAlpha = 128; in testSetColorFilterPreservesDrawablePropertiesTintBlendMode() local629 mockDrawable.setAlpha(colorAlpha); in testSetColorFilterPreservesDrawablePropertiesTintBlendMode()635 assertEquals(colorAlpha, mockDrawable.getAlpha()); in testSetColorFilterPreservesDrawablePropertiesTintBlendMode()