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

/packages/apps/Settings/src/com/android/settings/applications/
H A DLinearColorBar.java37 private int mColoredRegions = REGION_RED | REGION_YELLOW | REGION_GREEN;
55 public static final int REGION_GREEN = 1<<2; field in class:LinearColorBar
56 public static final int REGION_ALL = REGION_RED | REGION_YELLOW | REGION_GREEN;
153 mLastRegion = REGION_GREEN;
270 mPaint.setColor(pickColor(mRightColor, REGION_GREEN));

Completed in 75 milliseconds