Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DMaterialYouColorsRule.kt93 val sparseArray = SparseIntArray(/* initialCapacity= */ expectedSize) in fromColors() constant
95 sparseArray.put(FIRST_RESOURCE_COLOR_ID + i, color) in fromColors()
98 return MaterialYouColors(sparseArray) in fromColors()