Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DBatteryMeterDrawableBase.java430 float pctX = 0, pctY = 0; in draw() local
440 pctY = (mHeight + mTextHeight) * 0.47f + top; in draw()
441 pctOpaque = levelTop > pctY; in draw()
444 mTextPaint.getTextPath(pctText, 0, pctText.length(), pctX, pctY, mTextPath); in draw()
468 c.drawText(pctText, pctX, pctY, mTextPaint); in draw()