HomeSort by relevance Sort by last modified time
    Searched refs:mYellowRatio (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorPreference.java 27 float mYellowRatio;
42 mYellowRatio = yellow;
72 colors.setRatios(mRedRatio, mYellowRatio, mGreenRatio);
LinearColorBar.java 26 private float mYellowRatio;
90 mYellowRatio = yellow;
195 int right2 = right + (int)(width*mYellowRatio);

Completed in 82 milliseconds