Home
last modified time | relevance | path

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

/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
H A DCountDownRenderer.java55 private float mUnitTextLeftMargin; field in CountDownRenderer
102 timerTextBounds.width() + unitTextBounds.width() + mUnitTextLeftMargin, in draw()
105 unitTextBounds.offset(timerTextBounds.width() + mUnitTextLeftMargin, 0); in draw()
141 mUnitTextLeftMargin = unitTextLeftMarginToBoundsRatio * totalDiameter; in updateBounds()