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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java132 final Path mWakeLockPath = new Path(); field in class:BatteryHistoryChart
425 mWakeLockPath.lineTo(w, h-mWakeLockOffset);
504 mWakeLockPath.reset();
610 mWakeLockPath.moveTo(x, h-mWakeLockOffset);
612 mWakeLockPath.lineTo(x, h-mWakeLockOffset);
707 if (!mWakeLockPath.isEmpty()) {
708 canvas.drawPath(mWakeLockPath, mWakeLockPaint);

Completed in 17 milliseconds