Searched refs:intToRgb (Results 1 – 5 of 5) sorted by relevance
298 bg = ImageUtils.intToRgb(p); in render()449 return ImageUtils.intToRgb(rgb); in renderDrawableResource()625 mBackground = ImageUtils.intToRgb(rgb); in initColors()630 mForeground = ImageUtils.intToRgb(rgb); in initColors()
111 public static RGB intToRgb(int rgb) { in intToRgb() method in ImageUtils
315 assertEquals(0, ImageUtils.rgbToInt(ImageUtils.intToRgb(0), 0)); in testColorConversion()316 assertEquals(0xFFFFFFFF, ImageUtils.rgbToInt(ImageUtils.intToRgb(0xFFFFFF), 0xFF)); in testColorConversion()317 assertEquals(0x12345678, ImageUtils.rgbToInt(ImageUtils.intToRgb(0x345678), 0x12)); in testColorConversion()
339 return ImageUtils.intToRgb(rgb); in getRgb()
547 return ImageUtils.intToRgb(rgba); in resolveColor()