Searched refs:backgroundHue (Results 1 – 1 of 1) sorted by relevance
134 final float backgroundHue = backgroundSwatch.getHsl()[0]; in processNotification() local137 float diff = Math.abs(hsl[0] - backgroundHue); in processNotification()