Searched refs:mForeground (Results 1 – 1 of 1) sorted by relevance
164 final Paint mForeground = new Paint(); field in WindowSurface.DrawingThread180 mForeground.setColor(0xff00ffff); in run()181 mForeground.setAntiAlias(false); in run()182 mForeground.setStrokeWidth(mLineWidth); in run()238 mForeground.setColor(mOldColor[i] | makeGreen(i)); in run()239 mForeground.setAlpha(((NUM_OLD-i) * 255) / NUM_OLD); in run()241 canvas.drawLine(mOld[p], mOld[p+1], mOld[p+2], mOld[p+3], mForeground); in run()250 mForeground.setColor(color | makeGreen(-2)); in run()251 canvas.drawLine(mPoint1.x, mPoint1.y, mPoint2.x, mPoint2.y, mForeground); in run()