Lines Matching refs:mCenterY
104 private float mCenterY; field in ComplicationSimpleWatchFaceService.Engine
489 mCenterY = mHeight / 2f; in onSurfaceChanged()
643 canvas.drawLine(mCenterX + innerX, mCenterY + innerY, in drawWatchFace()
644 mCenterX + outerX, mCenterY + outerY, mTickAndCirclePaint); in drawWatchFace()
665 canvas.rotate(hoursRotation, mCenterX, mCenterY); in drawWatchFace()
668 mCenterY - CENTER_GAP_AND_CIRCLE_RADIUS, in drawWatchFace()
670 mCenterY - mHourHandLength, in drawWatchFace()
673 canvas.rotate(minutesRotation - hoursRotation, mCenterX, mCenterY); in drawWatchFace()
676 mCenterY - CENTER_GAP_AND_CIRCLE_RADIUS, in drawWatchFace()
678 mCenterY - mMinuteHandLength, in drawWatchFace()
686 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY); in drawWatchFace()
689 mCenterY - CENTER_GAP_AND_CIRCLE_RADIUS, in drawWatchFace()
691 mCenterY - mSecondHandLength, in drawWatchFace()
697 mCenterY, in drawWatchFace()