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.java586 int colorAlpha = 128; in testSetColorFilterPreservesDrawableProperties() local
588 mockDrawable.setAlpha(colorAlpha); in testSetColorFilterPreservesDrawableProperties()
594 assertEquals(colorAlpha, mockDrawable.getAlpha()); in testSetColorFilterPreservesDrawableProperties()
602 int colorAlpha = 128; in testSetColorFilterPreservesDrawablePropertiesTintBlendMode() local
604 mockDrawable.setAlpha(colorAlpha); in testSetColorFilterPreservesDrawablePropertiesTintBlendMode()
610 assertEquals(colorAlpha, mockDrawable.getAlpha()); in testSetColorFilterPreservesDrawablePropertiesTintBlendMode()