Searched refs:colorComponents (Results 1 – 2 of 2) sorted by relevance
67 final float[] colorComponents = new float[] { Color.red(color) / 255.f, in ensureBackground()77 transaction.setColor(mBackgroundSurface, colorComponents) in ensureBackground()
799 final float[] colorComponents = new float[] { Color.red(mBackgroundColor) / 255.f, in updateBackgroundColor() local801 t.setColor(mBackgroundControl, colorComponents); in updateBackgroundColor()