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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java206 int mLevelRight; field in class:BatteryHistoryChart
735 mLevelRight = w;
736 int levelWidth = mLevelRight-mLevelLeft;
1027 mTimeRemainPath.lineTo(mLevelRight, emptyY);
1029 mTimeRemainPath.lineTo(mLevelRight, fullY);
1030 mTimeRemainPath.lineTo(mLevelRight, emptyY);
1056 addTimeLabel(calStart, mLevelLeft, mLevelRight, is24hr);
1064 addTimeLabel(calMid, mLevelLeft, mLevelRight, is24hr);
1066 addTimeLabel(calEnd, mLevelLeft, mLevelRight, is24hr);
1082 addDateLabel(calStart, mLevelLeft, mLevelRight, isDayFirs
[all...]

Completed in 2381 milliseconds