Searched refs:mAxisLabelsBounds (Results 1 – 1 of 1) sorted by relevance
78 private final List<Rect> mAxisLabelsBounds = new ArrayList<>(); field in BatteryChartView192 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()