Searched refs:mLimitPaint (Results 1 – 1 of 1) sorted by relevance
68 private Paint mLimitPaint; field in MotionIndicatorView122 mLimitPaint = new Paint(); in init()123 mLimitPaint.setColor(Color.YELLOW); in init()257 xLeft+xStepSize*2+3, XBAR_WIDTH+XBAR_MARGIN, mLimitPaint); in onDraw()259 xLeft+xStepSize*(xNStep-2)+3, XBAR_WIDTH+XBAR_MARGIN, mLimitPaint); in onDraw()289 YBAR_WIDTH + YBAR_MARGIN, yLeft + yStepSize * 2 + 3, mLimitPaint); in onDraw()291 YBAR_WIDTH + YBAR_MARGIN, yLeft + yStepSize * (yNStep - 2) + 3, mLimitPaint); in onDraw()