Searched refs:parseOpacity (Results 1 – 8 of 8) sorted by relevance
55 final int color = CaptionUtils.parseOpacity(0xFFFF00); in parseOpacity_defaultPackedColor_shouldReturnUnspecified()62 final int color = CaptionUtils.parseOpacity(0x00); in parseOpacity_unrecognizedColor_shouldReturnTransparent()69 final int color = CaptionUtils.parseOpacity(0x80FFFFFF); in parseOpacity_halfTransparentValue_shouldReturnHalfTransparent()
50 public static int parseOpacity(int value) { in parseOpacity() method in CaptionUtils
55 final int opacity = CaptionUtils.parseOpacity(foregroundColor); in displayPreference()
55 final int opacity = CaptionUtils.parseOpacity(windowColor); in displayPreference()
55 final int opacity = CaptionUtils.parseOpacity(backBackgroundColor); in displayPreference()
73 final int opacity = CaptionUtils.parseOpacity(foregroundColor); in getNonDefaultOpacity()
81 final int opacity = CaptionUtils.parseOpacity(backBackgroundColor); in getNonDefaultOpacity()
81 final int opacity = CaptionUtils.parseOpacity(windowColor); in getNonDefaultOpacity()