Searched refs:expectedSize (Results 1 – 1 of 1) sorted by relevance
85 val expectedSize = LAST_RESOURCE_COLOR_ID - FIRST_RESOURCE_COLOR_ID + 1 in fromColors() constant86 if (colors.size != expectedSize) { in fromColors()89 "colors are best to have exactly $expectedSize elements for a complete " + in fromColors()93 val sparseArray = SparseIntArray(/* initialCapacity= */ expectedSize) in fromColors()