Lines Matching refs:mCenterY
102 private float mCenterY; field in ComplicationSimpleWatchFaceService.Engine
469 mCenterY = mHeight / 2f; in onSurfaceChanged()
616 canvas.drawLine(mCenterX + innerX, mCenterY + innerY, in drawWatchFace()
617 mCenterX + outerX, mCenterY + outerY, mTickAndCirclePaint); in drawWatchFace()
638 canvas.rotate(hoursRotation, mCenterX, mCenterY); in drawWatchFace()
641 mCenterY - CENTER_GAP_AND_CIRCLE_RADIUS, in drawWatchFace()
643 mCenterY - mHourHandLength, in drawWatchFace()
646 canvas.rotate(minutesRotation - hoursRotation, mCenterX, mCenterY); in drawWatchFace()
649 mCenterY - CENTER_GAP_AND_CIRCLE_RADIUS, in drawWatchFace()
651 mCenterY - mMinuteHandLength, in drawWatchFace()
659 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY); in drawWatchFace()
662 mCenterY - CENTER_GAP_AND_CIRCLE_RADIUS, in drawWatchFace()
664 mCenterY - mSecondHandLength, in drawWatchFace()
670 mCenterY, in drawWatchFace()