Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationTemplateTest.kt904 val maskedColor = color and 0x00ffffff in <lambda>() constant
907 if (bitmap.getPixel(x, y) and 0x00ffffff == maskedColor) { in <lambda>()