Merge "Restore public visibility of onRefreshRateSettingsChanged" into udc-dev

This commit is contained in:
Oleg Petšjonkin
2023-03-14 13:48:36 +00:00
committed by Android (Google) Code Review

View File

@@ -2088,7 +2088,7 @@ public class DisplayModeDirector {
}
@VisibleForTesting
void onRefreshRateSettingChangedLocked(float min, float max) {
public void onRefreshRateSettingChangedLocked(float min, float max) {
boolean changeable = (max - min > 1f && max > 60f);
if (mRefreshRateChangeable != changeable) {
mRefreshRateChangeable = changeable;