Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryChartView.java78 private final List<Rect> mAxisLabelsBounds = new ArrayList<>(); field in BatteryChartView
192 mTextPaint.getTextBounds(text, 0, text.length(), mAxisLabelsBounds.get(index)); in onMeasure()
193 maxTop = Math.max(maxTop, -mAxisLabelsBounds.get(index).top); in onMeasure()
501 final float width = mAxisLabelsBounds.get(index).width(); in getAxisLabelDisplayAreas()
513 final float top = baselineY + mAxisLabelsBounds.get(index).top; in getAxisLabelDisplayAreas()
514 final float bottom = top + mAxisLabelsBounds.get(index).height(); in getAxisLabelDisplayAreas()
729 mAxisLabelsBounds.clear(); in initializeAxisLabelsBounds()
731 mAxisLabelsBounds.add(new Rect()); in initializeAxisLabelsBounds()