Home
last modified time | relevance | path

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

/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
DCountDownRenderer.java126 synchronized void updateBounds(RectF loopBounds, float totalDiameter) { in updateBounds() argument
138 mTimerTextPaint.setTextSize(textSizeToBoundsRatio * totalDiameter); in updateBounds()
140 textSizeToBoundsRatio * unitTextToTimerTextSizeRatio * totalDiameter); in updateBounds()
141 mUnitTextLeftMargin = unitTextLeftMarginToBoundsRatio * totalDiameter; in updateBounds()