Searched defs:deviceFrameRate (Results 1 – 1 of 1) sorted by relevance
174 FrameRateTimeoutException(float expectedFrameRate, float deviceFrameRate) { in FrameRateTimeoutException()179 FrameRateTimeoutException(List<Float> expectedFrameRates, float deviceFrameRate) { in FrameRateTimeoutException()185 public float deviceFrameRate; field in GraphicsActivity.FrameRateTimeoutException