Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DLinearColorBar.java37 private int mColoredRegions = REGION_RED | REGION_YELLOW | REGION_GREEN;
54 public static final int REGION_YELLOW = 1<<1; field in LinearColorBar
56 public static final int REGION_ALL = REGION_RED | REGION_YELLOW | REGION_GREEN;
151 mLastRegion = REGION_YELLOW; in onTouchEvent()
259 mPaint.setColor(pickColor(mMiddleColor, REGION_YELLOW)); in onDraw()
DProcessStatsUi.java462 case LinearColorBar.REGION_YELLOW: in refreshStats()
586 case LinearColorBar.REGION_YELLOW: in refreshStats()
588 | LinearColorBar.REGION_YELLOW); in refreshStats()