Introduce TransitionAnimationScalePreferenceCtrl
- Create new TransitionAnimationScalePreferenceController - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: I521561c21cc572f311d3c2699fc877eec693ca3a
This commit is contained in:
@@ -387,7 +387,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
controllers.add(new ShowLayoutBoundsPreferenceController(context));
|
||||
controllers.add(new RtlLayoutPreferenceController(context));
|
||||
controllers.add(new WindowAnimationScalePreferenceController(context));
|
||||
// transition animation scale
|
||||
controllers.add(new TransitionAnimationScalePreferenceController(context));
|
||||
controllers.add(new AnimatorDurationScalePreferenceController(context));
|
||||
// simulate secondary displays
|
||||
// smallest width
|
||||
|
||||
Reference in New Issue
Block a user