Home
last modified time | relevance | path

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

/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
H A DLoopingAnimationThread.java57 private float mLoopRadius; field in LoopingAnimationThread
159 canvas.drawCircle(mLoopBounds.centerX(), mLoopBounds.centerY(), mLoopRadius, in draw() local
195 (float) Math.cos(Math.toRadians(finalSweepAngleEnd)) * mLoopRadius in draw()
198 (float) Math.sin(Math.toRadians(finalSweepAngleEnd)) * mLoopRadius in draw()
220 mLoopRadius = mTotalDiameter * lookTrackDiameterToBoundsRatio * 0.5f; in updateSize()
225 mLoopBounds = new RectF(0, 0, mLoopRadius * 2, mLoopRadius * 2); in updateSize()
226 float updatedSizeCenterOffsetX = (w - (mLoopRadius + mLoopHeadRadius) * 2) * 0.5f; in updateSize()
227 float updatedSizeCenterOffsetY = (h - (mLoopRadius + mLoopHeadRadius) * 2) * 0.5f; in updateSize()