Searched refs:newColors (Results 1 – 4 of 4) sorted by relevance
395 int[] newColors = new int[colors.length]; in disableActionView() local401 newColors[j] = color; in disableActionView()404 textColors.getStates(), newColors); in disableActionView()
969 private boolean isSameColorMapping(SparseIntArray oldColors, SparseIntArray newColors) { in isSameColorMapping() argument970 if (oldColors.size() != newColors.size()) { in isSameColorMapping()974 if (oldColors.keyAt(i) != newColors.keyAt(i) in isSameColorMapping()975 || oldColors.valueAt(i) != newColors.valueAt(i)) { in isSameColorMapping()
319 int[] newColors = new int[colors.length]; in ensureColorSpanContrast() local320 for (int i = 0; i < newColors.length; i++) { in ensureColorSpanContrast()322 newColors[i] = ContrastColorUtil.ensureLargeTextContrast( in ensureColorSpanContrast()326 newColors); in ensureColorSpanContrast()
939 final WallpaperColors newColors = onComputeColors(); in notifyColorsChanged() local941 mConnection.onWallpaperColorsChanged(newColors, mDisplay.getDisplayId()); in notifyColorsChanged()