Searched refs:newColors (Results 1 – 3 of 3) sorted by relevance
180 int[] newColors = new int[colors.length]; in updatePendingIntentCancellations()186 newColors[j] = color; in updatePendingIntentCancellations()189 textColors.getStates(), newColors); in updatePendingIntentCancellations()
647 final WallpaperColors newColors = onComputeColors(); in notifyColorsChanged() local649 mConnection.onWallpaperColorsChanged(newColors, mDisplay.getDisplayId()); in notifyColorsChanged()
5635 int[] newColors = new int[colors.length]; in ensureColorSpanContrast() local5636 for (int i = 0; i < newColors.length; i++) { in ensureColorSpanContrast()5637 newColors[i] = ContrastColorUtil.ensureLargeTextContrast( in ensureColorSpanContrast()5641 newColors); in ensureColorSpanContrast()