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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java198 int mGpsOnOffset; field in class:BatteryHistoryChart
651 mGpsOnPath.lineTo(w, h-mGpsOnOffset);
756 mGpsOnOffset = mWifiRunningOffset + (mHaveWifi ? fullBarOffset : 0);
757 mPhoneSignalOffset = mGpsOnOffset + (mHaveGps ? fullBarOffset : 0);
764 mScreenOnOffset = mGpsOnOffset = mWifiRunningOffset
889 mGpsOnPath.moveTo(x, h-mGpsOnOffset);
891 mGpsOnPath.lineTo(x, h-mGpsOnOffset);
1283 height - mGpsOnOffset - mTextDescent, mTextPaint);

Completed in 57 milliseconds