Introduce ShowSurfaceUpdatesPreferenceController
- Create new ShowSurfaceUpdatesPreferenceController - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: I649549af1c5dd9d541bc9e6a62b4553fa7877233
This commit is contained in:
@@ -279,7 +279,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
// bluetooth audio ldac codec: playback quality
|
||||
controllers.add(new ShowTapsPreferenceController(context));
|
||||
controllers.add(new PointerLocationPreferenceController(context));
|
||||
// show surface updates
|
||||
controllers.add(new ShowSurfaceUpdatesPreferenceController(context));
|
||||
// show layout bounds
|
||||
// force rtl layout direction
|
||||
// window animation scale
|
||||
|
Reference in New Issue
Block a user