Merge "DisplayCutout: Add emulation option to DeveloperSettings"

This commit is contained in:
Adrian Roos
2018-01-18 17:31:59 +00:00
committed by Android (Google) Code Review
7 changed files with 289 additions and 2 deletions

View File

@@ -423,6 +423,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
controllers.add(new ShowLayoutBoundsPreferenceController(context));
controllers.add(new RtlLayoutPreferenceController(context));
controllers.add(new WindowAnimationScalePreferenceController(context));
controllers.add(new EmulateDisplayCutoutPreferenceController(context));
controllers.add(new TransitionAnimationScalePreferenceController(context));
controllers.add(new AnimatorDurationScalePreferenceController(context));
controllers.add(new SecondaryDisplayPreferenceController(context));