Searched refs:NUM_SLOW_DRAW (Results 1 – 2 of 2) sorted by relevance
50 NUM_SLOW_DRAW(Pattern.compile("\\s*Number Slow issue draw commands: (\\d+)"), 1); enumConstant
261 int draw = Integer.valueOf(JankStat.StatPattern.NUM_SLOW_DRAW.parse(line)); in gatherGraphicsStats()