Home
last modified time | relevance | path

Searched refs:mFrameCountingStart (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java68 private long mFrameCountingStart = 0; field in GLRootView
329 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()