Searched refs:ussPaint (Results 1 – 1 of 1) sorted by relevance
226 Paint pssPaint, ussPaint, headPaint; field in WeightWatcher.ProcessWatcher.GraphView233 ussPaint = new Paint(); in GraphView()234 ussPaint.setColor(RAM_GRAPH_RSS_COLOR); in GraphView()260 c.drawRect(x, h - scale * mMemInfo.uss[i], x + barWidth, h, ussPaint); in onDraw()