Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryChartView.java108 private TrapezoidSlot[] mTrapezoidSlots; field in BatteryChartView
132 mTrapezoidSlots = new TrapezoidSlot[trapezoidCount]; in setTrapezoidCount()
135 mTrapezoidSlots[index] = new TrapezoidSlot(); in setTrapezoidCount()
418 if (index < mTrapezoidSlots.length) { in drawVerticalDividers()
419 mTrapezoidSlots[index].mLeft = round(startX + trapezoidSlotOffset); in drawVerticalDividers()
420 mTrapezoidSlots[index].mRight = round(nextX - trapezoidSlotOffset); in drawVerticalDividers()
497 trapezoidPath.moveTo(mTrapezoidSlots[index].mLeft, trapezoidBottom); in drawTrapezoids()
498 trapezoidPath.lineTo(mTrapezoidSlots[index].mLeft, leftTop); in drawTrapezoids()
499 trapezoidPath.lineTo(mTrapezoidSlots[index].mRight, rightTop); in drawTrapezoids()
500 trapezoidPath.lineTo(mTrapezoidSlots[index].mRight, trapezoidBottom); in drawTrapezoids()
[all …]