Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRefreshRatePolicyTest.java340 assertTrue(mPolicy.updateFrameRateVote(window)); in testAnimatingDenylist()
349 assertTrue(mPolicy.updateFrameRateVote(window)); in testAnimatingDenylist()
387 assertFalse(mPolicy.updateFrameRateVote(window)); in testAppMaxRefreshRate()
396 assertFalse(mPolicy.updateFrameRateVote(window)); in testAppMaxRefreshRate()
408 assertFalse(mPolicy.updateFrameRateVote(window)); in testAppMinRefreshRate()
429 assertTrue(mPolicy.updateFrameRateVote(window)); in testAppPreferredRefreshRate()
448 assertTrue(mPolicy.updateFrameRateVote(window)); in testSwitchingTypeForExactVote()
458 assertTrue(mPolicy.updateFrameRateVote(window)); in testSwitchingTypeForExactVote()
475 assertTrue(mPolicy.updateFrameRateVote(window)); in testSwitchingTypeForPreferredVote()
504 assertTrue(mPolicy.updateFrameRateVote(window)); in testSwitchingTypeForDenylist()
[all …]
H A DFrameRateSelectionPriorityTests.java123 .updateFrameRateVote(appWindow)); in testApplicationInFocusWithoutModeId()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRefreshRatePolicy.java241 boolean updateFrameRateVote(WindowState w) { in updateFrameRateVote() method in RefreshRatePolicy
H A DWindowState.java5184 boolean voteChanged = refreshRatePolicy.updateFrameRateVote(this); in updateFrameRateSelectionPriorityIfNeeded()
/aosp14/frameworks/base/services/
H A Dart-profile11267 HSPLcom/android/server/wm/RefreshRatePolicy;->updateFrameRateVote(Lcom/android/server/wm/WindowStat…