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

  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java 37 private int mColoredRegions = REGION_RED | REGION_YELLOW | REGION_GREEN;
54 public static final int REGION_YELLOW = 1<<1;
56 public static final int REGION_ALL = REGION_RED | REGION_YELLOW | REGION_GREEN;
151 mLastRegion = REGION_YELLOW;
259 mPaint.setColor(pickColor(mMiddleColor, REGION_YELLOW));
ProcessStatsUi.java 431 case LinearColorBar.REGION_YELLOW:
433 | LinearColorBar.REGION_YELLOW);

Completed in 2225 milliseconds