Searched refs:mRedRatio (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DLinearColorPreference.java25 float mRedRatio; field in class:LinearColorPreference
40 mRedRatio = red;
71 colors.setRatios(mRedRatio, mYellowRatio, mGreenRatio);
H A DLinearColorBar.java25 private float mRedRatio; field in class:LinearColorBar
89 mRedRatio = red;
194 int right = left + (int)(width*mRedRatio);

Completed in 47 milliseconds