Searched refs:PROFILE_REPORT_DELAY (Results 1 - 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DGameThread.java39 private static final float PROFILE_REPORT_DELAY = 3.0f; field in class:GameThread
83 if (mProfileTime > PROFILE_REPORT_DELAY * 1000) {
H A DGameRenderer.java37 private static final int PROFILE_REPORT_DELAY = 3 * 1000; field in class:GameRenderer
245 if (mProfileFrameTime > PROFILE_REPORT_DELAY) {

Completed in 152 milliseconds