Home
last modified time | relevance | path

Searched defs:toArgb (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DColor.java467 public int toArgb() { in toArgb() method in Color
838 public static int toArgb(@ColorLong long color) { in toArgb() method in Color
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp46 static inline int32_t toArgb(int32_t brightness, int32_t red, int32_t green, int32_t blue) { in toArgb() function