Merge "Settings: add a new developer menu entry to show refresh rate overlay"

This commit is contained in:
TreeHugger Robot
2019-12-18 17:57:43 +00:00
committed by Android (Google) Code Review
5 changed files with 264 additions and 0 deletions

View File

@@ -471,6 +471,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
controllers.add(new PointerLocationPreferenceController(context));
controllers.add(new ShowSurfaceUpdatesPreferenceController(context));
controllers.add(new ShowLayoutBoundsPreferenceController(context));
controllers.add(new ShowRefreshRatePreferenceController(context));
controllers.add(new RtlLayoutPreferenceController(context));
controllers.add(new WindowAnimationScalePreferenceController(context));
controllers.add(new EmulateDisplayCutoutPreferenceController(context));