Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DSystemPaletteTest.kt165 Hct.fromInt(foreground).tone, in <lambda>()
166 Hct.fromInt(background).tone in <lambda>()
677 val hct1 = Hct.fromInt(color1) in <lambda>()
678 val hct2 = Hct.fromInt(color2) in <lambda>()
749 Hct.fromInt(foreground).tone, in <lambda>()
750 Hct.fromInt(background).tone in <lambda>()
/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCam.java139 public static Cam fromInt(int argb) { in fromInt() method in Cam
471 Cam camClipped = Cam.fromInt(clipped); in findCamByJ()