Searched refs:achievedFps (Results 1 – 2 of 2) sorted by relevance
177 float achievedFps = mFpsResult.waitResult(); in testRefreshRate() local179 "achieved " + achievedFps + " fps"); in testRefreshRate()180 fpsOk = Math.abs(claimedFps - achievedFps) <= FPS_TOLERANCE; in testRefreshRate()
212 public void setConcurrentFps(double achievedFps) { in setConcurrentFps() argument213 this.setMeasuredValue(RequirementConstants.CONCURRENT_FPS, achievedFps); in setConcurrentFps()