Searched refs:mPercentageBounds (Results 1 – 1 of 1) sorted by relevance
77 private final Rect[] mPercentageBounds = new Rect[] {new Rect(), new Rect(), new Rect()}; field in BatteryChartView177 mPercentageBounds[index]); in onMeasure()180 mIndent.top = mPercentageBounds[0].height() + mTransomViewHeight; in onMeasure()181 final int textWidth = mPercentageBounds[0].width() + mTextPadding; in onMeasure()197 Log.d(TAG, "setIndent:" + mPercentageBounds[0]); in onMeasure()429 offsetY + mPercentageBounds[index].height() * .5f, in drawPercentage()