Searched refs:totalFrames (Results 1 – 2 of 2) sorted by relevance
64 Long totalFrames = null; in parse() local80 totalFrames = null; in parse()88 if (totalFrames == null && m.matches()) { in parse()89 totalFrames = Long.parseLong(m.group(1)); in parse()114 && totalFrames != null in parse()123 totalFrames, in parse()131 totalFrames = null; in parse()
52 public long totalFrames; field in GfxInfoItem.Row123 long totalFrames, in addRow() argument130 row.totalFrames = totalFrames; in addRow()149 return mRows.get(pid).totalFrames; in getTotalFrames()