Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DGlitchActivity.java86 private long mTimeOfLastGlitch; field in GlitchActivity.GlitchSniffer
110 mTimeOfLastGlitch = now; in startSniffer()
135 mTimeOfLastGlitch = now; in run()
139 mSecondsWithoutGlitches = (now - mTimeOfLastGlitch) / 1000.0; in run()