Searched refs:colorMatcher (Results 1 – 2 of 2) sorted by relevance
29 public SwiperThemeMatcher(Context context, ColorMatcher colorMatcher) { in SwiperThemeMatcher() argument31 mColorMatcher = colorMatcher; in SwiperThemeMatcher()
35 ColorMatcher colorMatcher = new ColorMatcher(); in main() local44 int candidate = colorMatcher.findClosestColor(color); in main()