Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DBatteryMeterDrawableBase.java429 float pctX = 0, pctY = 0; in draw() local
439 pctY = (mHeight + mTextHeight) * 0.47f + top; in draw()
440 pctOpaque = levelTop > pctY; in draw()
443 mTextPaint.getTextPath(pctText, 0, pctText.length(), pctX, pctY, mTextPath); in draw()
467 c.drawText(pctText, pctX, pctY, mTextPaint); in draw()