Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryChartView.java77 private final Rect[] mPercentageBounds = new Rect[] {new Rect(), new Rect(), new Rect()}; field in BatteryChartView
177 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()