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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java147 final Path mTimeRemainPath = new Path(); field in class:BatteryHistoryChart
775 mTimeRemainPath.reset();
1023 mTimeRemainPath.moveTo(x, lastY);
1027 mTimeRemainPath.lineTo(mLevelRight, emptyY);
1029 mTimeRemainPath.lineTo(mLevelRight, fullY);
1030 mTimeRemainPath.lineTo(mLevelRight, emptyY);
1032 mTimeRemainPath.lineTo(x, emptyY);
1033 mTimeRemainPath.close();
1165 if (!mTimeRemainPath.isEmpty()) {
1167 canvas.drawPath(mTimeRemainPath, mTimeRemainPain
[all...]

Completed in 42 milliseconds