Searched refs:mLimitPaint (Results 1 – 1 of 1) sorted by relevance
67 private Paint mLimitPaint; field in MotionIndicatorView119 mLimitPaint = new Paint(); in init()120 mLimitPaint.setColor(Color.YELLOW); in init()233 xLeft+xStepSize*2+3, XBAR_WIDTH+XBAR_MARGIN, mLimitPaint); in onDraw()235 xLeft+xStepSize*(xNStep-2)+3, XBAR_WIDTH+XBAR_MARGIN, mLimitPaint); in onDraw()263 YBAR_WIDTH + YBAR_MARGIN, yLeft + yStepSize * 2 + 3, mLimitPaint); in onDraw()265 YBAR_WIDTH + YBAR_MARGIN, yLeft + yStepSize * (yNStep - 2) + 3, mLimitPaint); in onDraw()