Introduce ShowLayoutBoundsPreferenceController
- Create new ShowLayoutBoundsPreferenceController - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: Ie7bb26675f4dcedbff9607a2c4e4f5bee0343463
This commit is contained in:
@@ -285,7 +285,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
controllers.add(new ShowTapsPreferenceController(context));
|
||||
controllers.add(new PointerLocationPreferenceController(context));
|
||||
controllers.add(new ShowSurfaceUpdatesPreferenceController(context));
|
||||
// show layout bounds
|
||||
controllers.add(new ShowLayoutBoundsPreferenceController(context));
|
||||
controllers.add(new RtlLayoutPreferenceController(context));
|
||||
// window animation scale
|
||||
// transition animation scale
|
||||
|
||||
Reference in New Issue
Block a user