Merge "Introduce AnimatorDurationScalePreferenceCtrl"

This commit is contained in:
Jeffrey Huang
2017-10-11 20:04:43 +00:00
committed by Android (Google) Code Review
3 changed files with 257 additions and 1 deletions

View File

@@ -388,7 +388,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
controllers.add(new RtlLayoutPreferenceController(context));
controllers.add(new WindowAnimationScalePreferenceController(context));
// transition animation scale
// animator duration scale
controllers.add(new AnimatorDurationScalePreferenceController(context));
// simulate secondary displays
// smallest width
controllers.add(new ForceGpuRenderingPreferenceController(context));