Searched refs:mDeviceFrameRate (Results 1 – 1 of 1) sorted by relevance
80 private float mDeviceFrameRate; field in FrameRateCtsActivity121 if (frameRate != mDeviceFrameRate) {123 String.format("Frame rate changed: %.2f --> %.2f", mDeviceFrameRate,125 mDeviceFrameRate = frameRate;376 mDeviceFrameRate = mode.getRefreshRate(); in onCreate()580 while (!isFrameRateMultiple(mDeviceFrameRate, expectedFrameRate, tolerance) in verifyCompatibleAndStableFrameRate()586 throw new FrameRateTimeoutException(expectedFrameRate, mDeviceFrameRate); in verifyCompatibleAndStableFrameRate()596 Log.i(TAG, String.format("Stable frame rate %.2f verified", mDeviceFrameRate)); in verifyCompatibleAndStableFrameRate()