Searched refs:mPaintGraph (Results 1 – 2 of 2) sorted by relevance
33 var mPaintGraph: Paint variable59 mPaintGraph = Paint()60 mPaintGraph.isAntiAlias = true61 mPaintGraph.color = mGraphColor62 mPaintGraph.strokeWidth = 2f63 mPaintGraph.style = Paint.Style.STROKE72 mPaintGraph.pathEffect = mDashPathEffect127 mPaintGraph.color = mShadowColor in draw()133 mPaintGraph.color = mGraphColor in draw()196 mPaintGraph.color = mShadowColor in basicDraw()[all …]
3272 Paint mPaintGraph;3300 mPaintGraph = new Paint();3301 mPaintGraph.setAntiAlias(true);3302 mPaintGraph.setColor(mGraphColor);3303 mPaintGraph.setStrokeWidth(2);3304 mPaintGraph.setStyle(Paint.Style.STROKE);3314 mPaintGraph.setPathEffect(mDashPathEffect);3363 mPaintGraph.setColor(mShadowColor);3369 mPaintGraph.setColor(mGraphColor);3468 canvas.drawRect(x1, y1, x2, y2, mPaintGraph);[all …]