Searched refs:newColors (Results 1 – 3 of 3) sorted by relevance
178 int[] newColors = new int[colors.length]; in updatePendingIntentCancellations()184 newColors[j] = color; in updatePendingIntentCancellations()187 textColors.getStates(), newColors); in updatePendingIntentCancellations()
684 final WallpaperColors newColors = onComputeColors(); in notifyColorsChanged() local686 mConnection.onWallpaperColorsChanged(newColors, mDisplay.getDisplayId()); in notifyColorsChanged()
5766 int[] newColors = new int[colors.length]; in ensureColorSpanContrast() local5767 for (int i = 0; i < newColors.length; i++) { in ensureColorSpanContrast()5768 newColors[i] = ContrastColorUtil.ensureLargeTextContrast( in ensureColorSpanContrast()5772 newColors); in ensureColorSpanContrast()