Home
last modified time | relevance | path

Searched refs:nextX (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryChartView.java481 final float nextX = startX + mDividerWidth + unitWidth; in drawVerticalDividers() local
486 mTrapezoidSlots[trapezoidIndex].mRight = round(nextX - trapezoidSlotOffset); in drawVerticalDividers()
488 startX = nextX; in drawVerticalDividers()