Searched defs:RENDER_DIRTY_REGIONS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java73 static final boolean RENDER_DIRTY_REGIONS = true; field in class:HardwareRenderer
77 * This property is only queried if {@link #RENDER_DIRTY_REGIONS} is true.
856 sDirtyRegions = RENDER_DIRTY_REGIONS && "true".equalsIgnoreCase(dirtyProperty);
1263 // configuration (see RENDER_DIRTY_REGIONS)

Completed in 49 milliseconds