Searched refs:displayRefreshRate (Results 1 – 3 of 3) sorted by relevance
130 float displayRefreshRate = activity.getDisplay().getMode().getRefreshRate(); in test_choreographer_callbacksForVariousFrameRates()131 float expectedFrameRate = displayRefreshRate / divisor; in test_choreographer_callbacksForVariousFrameRates()
393 float displayRefreshRate = activity.getDisplay().getMode().getRefreshRate(); in testChoreographerDivisorRefreshRate()394 float fps = displayRefreshRate / divisor; in testChoreographerDivisorRefreshRate()
2475 float displayRefreshRate = display.getRefreshRate(); in onAttachedToWindow() local2476 if (displayRefreshRate >= 30.0f) { in onAttachedToWindow()2477 refreshRate = displayRefreshRate; in onAttachedToWindow()