Merge "Restore public visibility of onRefreshRateSettingsChanged" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
43a386c53b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user