Home
last modified time | relevance | path

Searched refs:mYellowRatio (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DLinearColorPreference.java26 float mYellowRatio; field in LinearColorPreference
41 mYellowRatio = yellow; in setRatios()
71 colors.setRatios(mRedRatio, mYellowRatio, mGreenRatio); in onBindView()
DLinearColorBar.java26 private float mYellowRatio; field in LinearColorBar
90 mYellowRatio = yellow; in setRatios()
195 int right2 = right + (int)(width*mYellowRatio); in onDraw()