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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java204 int mLevelBottom; field in class:BatteryHistoryChart
796 mLevelBottom = mLevelTop + levelh;
1170 int y = mLevelBottom - mTextAscent + (mThinLineWidth*4);
1171 int ytick = mLevelBottom+mThinLineWidth+(mThinLineWidth/2);
1209 int y = mLevelBottom - mTextAscent + (mThinLineWidth*4);
1299 mLevelBottom+(mThinLineWidth/2), mTextPaint);
1302 int y = mLevelTop + mThinLineWidth/2 + ((mLevelBottom-mLevelTop)*i)/10;
1312 mLevelBottom - mThinLineWidth, mTextPaint);
1313 canvas.drawLine(mLevelLeft/2, mLevelBottom+mThinLineWidth, width,
1314 mLevelBottom
[all...]

Completed in 31 milliseconds