HomeSort by relevance Sort by last modified time
    Searched full:mwarninglevel (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DataUsageGraph.java 40 private long mWarningLevel;
56 mWarningLevel = Math.max(0, warningLevel);
58 mMaxLevel = Math.max(Math.max(Math.max(mLimitLevel, mWarningLevel), mUsageLevel), 1);
95 float warningLeft = w * (mWarningLevel / (float) mMaxLevel) - mMarkerWidth / 2;

Completed in 41 milliseconds