Loading services/core/java/com/android/server/display/mode/DisplayModeDirector.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
services/core/java/com/android/server/display/mode/DisplayModeDirector.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading