Searched refs:getCreatedFromColors (Results 1 – 2 of 2) sorted by relevance
243 assertThat(shadowOf(bitmap).getCreatedFromColors()).isEqualTo(new int[] { 1 }); in shouldSetPixel()252 assertThat(shadowOf(bitmap).getCreatedFromColors()).isNull(); in shouldSetPixel_allocateOnTheFly()
166 public int[] getCreatedFromColors() { in getCreatedFromColors() method in ShadowBitmap