@@ -72,7 +72,7 @@ public abstract class HardwareRenderer {
7272 * "true", to enable partial invalidates
7373 * "false", to disable partial invalidates
7474 */
75- static final String RENDER_DIRTY_REGIONS_PROPERTY = "hwui.render_dirty_regions" ;
75+ static final String RENDER_DIRTY_REGIONS_PROPERTY = "debug. hwui.render_dirty_regions" ;
7676
7777 /**
7878 * System property used to enable or disable vsync.
@@ -82,7 +82,7 @@ public abstract class HardwareRenderer {
8282 * "true", to disable vsync
8383 * "false", to enable vsync
8484 */
85- static final String DISABLE_VSYNC_PROPERTY = "hwui.disable_vsync" ;
85+ static final String DISABLE_VSYNC_PROPERTY = "debug. hwui.disable_vsync" ;
8686
8787 /**
8888 * System property used to enable or disable hardware rendering profiling.
@@ -95,8 +95,10 @@ public abstract class HardwareRenderer {
9595 * Possible values:
9696 * "true", to enable profiling
9797 * "false", to disable profiling
98+ *
99+ * @hide
98100 */
99- static final String PROFILE_PROPERTY = "hwui.profile" ;
101+ public static final String PROFILE_PROPERTY = "debug. hwui.profile" ;
100102
101103 /**
102104 * System property used to specify the number of frames to be used
@@ -110,7 +112,7 @@ public abstract class HardwareRenderer {
110112 * Possible values:
111113 * "60", to set the limit of frames to 60
112114 */
113- static final String PROFILE_MAXFRAMES_PROPERTY = "hwui.profile.maxframes" ;
115+ static final String PROFILE_MAXFRAMES_PROPERTY = "debug. hwui.profile.maxframes" ;
114116
115117 /**
116118 * System property used to debug EGL configuration choice.
@@ -119,16 +121,18 @@ public abstract class HardwareRenderer {
119121 * "choice", print the chosen configuration only
120122 * "all", print all possible configurations
121123 */
122- static final String PRINT_CONFIG_PROPERTY = "hwui.print_config" ;
124+ static final String PRINT_CONFIG_PROPERTY = "debug. hwui.print_config" ;
123125
124126 /**
125127 * Turn on to draw dirty regions every other frame.
126128 *
127129 * Possible values:
128130 * "true", to enable dirty regions debugging
129131 * "false", to disable dirty regions debugging
132+ *
133+ * @hide
130134 */
131- static final String DEBUG_DIRTY_REGIONS_PROPERTY = "hwui.debug_dirty_regions " ;
135+ public static final String DEBUG_DIRTY_REGIONS_PROPERTY = "debug. hwui.show_dirty_regions " ;
132136
133137 /**
134138 * A process can set this flag to false to prevent the use of hardware
0 commit comments