Searched defs:sPaint (Results 1 – 6 of 6) sorted by relevance
40 private static final Paint sPaint = new Paint(); field in ContactDrawable
47 private static final Paint sPaint = new Paint(); field in LetterTileDrawable146 canvas.drawCircle(bounds.centerX(), bounds.centerY(), minDimension / 2, sPaint); in drawLetterTile() local
57 private static final Paint sPaint = new Paint(); field in LetterTileDrawable147 canvas.drawCircle(bounds.centerX(), bounds.centerY(), minDimension / 2, sPaint); in drawLetterTile() local
55 private static Paint sPaint; field in TiledTexture
147 private static final TextPaint sPaint = new TextPaint(); field in ConversationItemView1265 canvas.drawBitmap(getStarBitmap(), mCoordinates.starX, mCoordinates.starY, sPaint); in onDraw() local
182 private final static Paint sPaint = new Paint(); field in CellLayout