Introduce HardwareOverlaysPreferenceController
- Create new HardwareOverlaysPreferenceController - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller - Added ShadowParcel to help with testing HardwareOverlaysPreferenceController and ShowSurfaceUpdatesPreferenceController Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: Ib6b9679f2a2d2ec84f91da5ac0b68cb2b21eea72
This commit is contained in:
@@ -298,7 +298,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
// debug gpu overdraw
|
||||
// debug non-rectangular clip operations
|
||||
controllers.add(new ForceMSAAPreferenceController(context));
|
||||
// disable hw overlays
|
||||
controllers.add(new HardwareOverlaysPreferenceController(context));
|
||||
// simulate color space
|
||||
// set gpu renderer
|
||||
// disable usb audio routing
|
||||
|
Reference in New Issue
Block a user