/**
  * 绘制图形
  *
  * @param canvas
  */
 void drawIndicator(Canvas canvas) {
   mIndicatorController.draw(canvas, mPaint);
 }