Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewRootRefreshRateControllerTest.java67 mLowestSupportRefreshRate = getLowerSupportedRefreshRate(); in setUp()
101 private float getLowerSupportedRefreshRate() { in getLowerSupportedRefreshRate() method in ViewRootRefreshRateControllerTest
/aosp14/frameworks/base/core/java/android/view/
H A DViewRootRefreshRateController.java78 mRateParams = new RefreshRateParams(getLowerSupportedRefreshRate()); in ViewRootRefreshRateController()
168 private float getLowerSupportedRefreshRate() { in getLowerSupportedRefreshRate() method in ViewRootRefreshRateController