Home
last modified time | relevance | path

Searched refs:getRgb (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DMediaNotificationProcessorTest.java67 assertCloseColors(swatch.getRgb(), Color.WHITE); in findBackgroundSwatch_white()
79 assertCloseColors(swatch.getRgb(), Color.RED); in findBackgroundSwatch_red()
/aosp12/hardware/google/easel/amber/camera/libhdrplusclient/
H A DHdrPlusClientUtils.cpp30 static status_t getRgb(uint8_t *r, uint8_t *g, uint8_t* b, uint32_t x, uint32_t y, in getRgb() function
105 status_t res = getRgb(&r, &g, &b, x, y, streamConfig, buffer); in writePpm()
173 status_t res = getRgb(&r, &g, &b, x, y, streamConfig, buffer); in comparePpm()
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java2058 return palette.getVibrantSwatch().getRgb(); in colorFromBitmap()