Searched defs:red (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DLinearColorPreference.java39 public void setRatios(float red, float yellow, float green) { argument
40 mRedRatio = red;
46 public void setColors(int red, int yellow, int green) { argument
47 mRedColor = red;
H A DLinearColorBar.java88 public void setRatios(float red, float yellow, float green) { argument
89 mRedRatio = red;
95 public void setColors(int red, int yellow, int green) { argument
96 mLeftColor = red;
/packages/apps/Gallery2/jni/filters/
H A Dvibrance.c41 float red = (r-MAX(g, b))/256.f; local
42 float sx = (float)(Vib/(1+exp(-red*3)));

Completed in 261 milliseconds