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.java532 int colorAlpha = 128; in testSetColorFilterPreservesDrawableProperties() local
534 mockDrawable.setAlpha(colorAlpha); in testSetColorFilterPreservesDrawableProperties()
540 assertEquals(colorAlpha, mockDrawable.getAlpha()); in testSetColorFilterPreservesDrawableProperties()
548 int colorAlpha = 128; in testSetColorFilterPreservesDrawablePropertiesTintBlendMode() local
550 mockDrawable.setAlpha(colorAlpha); in testSetColorFilterPreservesDrawablePropertiesTintBlendMode()
556 assertEquals(colorAlpha, mockDrawable.getAlpha()); in testSetColorFilterPreservesDrawablePropertiesTintBlendMode()