Home
last modified time | relevance | path

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

/cts/hostsidetests/graphics/framerateoverride/app/src/com/android/cts/graphics/framerateoverride/
DFrameRateOverrideTestActivity.java119 FrameRateTimeoutException(float appRequestedFrameRate, float deviceRefreshRate) { in FrameRateTimeoutException() argument
120 this.appRequestedFrameRate = appRequestedFrameRate; in FrameRateTimeoutException()
124 public float appRequestedFrameRate; field in FrameRateOverrideTestActivity.FrameRateTimeoutException
475 exc.appRequestedFrameRate, exc.deviceRefreshRate), in testFrameRateOverride()