Home
last modified time | relevance | path

Searched refs:colorAlpha (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DImageViewTest.java611 int colorAlpha = 128; in testSetColorFilterPreservesDrawableProperties() local
613 mockDrawable.setAlpha(colorAlpha); in testSetColorFilterPreservesDrawableProperties()
619 assertEquals(colorAlpha, mockDrawable.getAlpha()); in testSetColorFilterPreservesDrawableProperties()
627 int colorAlpha = 128; in testSetColorFilterPreservesDrawablePropertiesTintBlendMode() local
629 mockDrawable.setAlpha(colorAlpha); in testSetColorFilterPreservesDrawablePropertiesTintBlendMode()
635 assertEquals(colorAlpha, mockDrawable.getAlpha()); in testSetColorFilterPreservesDrawablePropertiesTintBlendMode()