Searched refs:mPaintKeyframes (Results 1 – 2 of 2) sorted by relevance
32 var mPaintKeyframes: Paint variable54 mPaintKeyframes = Paint()55 mPaintKeyframes.isAntiAlias = true56 mPaintKeyframes.color = mKeyframeColor57 mPaintKeyframes.strokeWidth = 2f58 mPaintKeyframes.style = Paint.Style.STROKE78 mPaintKeyframes.strokeWidth = 8f126 mPaintKeyframes.color = mShadowColor in draw()131 mPaintKeyframes.color = mKeyframeColor in draw()195 mPaintKeyframes.color = mShadowColor in basicDraw()[all …]
3271 Paint mPaintKeyframes;3294 mPaintKeyframes = new Paint();3295 mPaintKeyframes.setAntiAlias(true);3296 mPaintKeyframes.setColor(mKeyframeColor);3297 mPaintKeyframes.setStrokeWidth(2);3298 mPaintKeyframes.setStyle(Paint.Style.STROKE);3321 mPaintKeyframes.setStrokeWidth(8);3362 mPaintKeyframes.setColor(mShadowColor);3367 mPaintKeyframes.setColor(mKeyframeColor);3461 canvas.drawCircle(mPoints[0], mPoints[1], 8, mPaintKeyframes);[all …]