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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java629 void finishPaths(int w, int h, int levelh, int startX, int y, Path curLevelPath, argument
632 if (curLevelPath != null) {
637 curLevelPath.lineTo(w, y);
639 curLevelPath.lineTo(w, mLevelTop+levelh);
640 curLevelPath.lineTo(startX, mLevelTop+levelh);
641 curLevelPath.close();
800 Path curLevelPath = null;
850 if (curLevelPath == null) {
851 curLevelPath = mBatLevelPath;
852 curLevelPath
[all...]

Completed in 30 milliseconds