Searched refs:mLinePaint (Results 1 – 2 of 2) sorted by relevance
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/ |
D | GameView.java | 86 private Paint mLinePaint; field in GameView 131 mLinePaint = new Paint(); in GameView() 132 mLinePaint.setColor(0xFFFFFFFF); in GameView() 133 mLinePaint.setStrokeWidth(5); in GameView() 134 mLinePaint.setStyle(Style.STROKE); in GameView() 213 canvas.drawLine(x7 , y7 + k, x7 + s3 - 1, y7 + k , mLinePaint); in onDraw() 214 canvas.drawLine(x7 + k, y7 , x7 + k , y7 + s3 - 1, mLinePaint); in onDraw()
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
D | LunarView.java | 185 private Paint mLinePaint; field in LunarView.LunarThread 242 mLinePaint = new Paint(); in LunarThread() 243 mLinePaint.setAntiAlias(true); in LunarThread() 244 mLinePaint.setARGB(255, 0, 255, 0); in LunarThread() 634 canvas.drawRect(mScratchRect, mLinePaint); in doDraw() 643 canvas.drawRect(mScratchRect, mLinePaint); in doDraw() 653 canvas.drawRect(mScratchRect, mLinePaint); in doDraw() 659 mLinePaint); in doDraw()
|