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