Searched refs:mFrameCountingStart (Results 1 – 1 of 1) sorted by relevance
68 private long mFrameCountingStart = 0; field in GLRootView329 if (mFrameCountingStart == 0) { in outputFps()330 mFrameCountingStart = now; in outputFps()331 } else if ((now - mFrameCountingStart) > 1000000000) { in outputFps()333 * 1000000000 / (now - mFrameCountingStart)); in outputFps()334 mFrameCountingStart = now; in outputFps()