Home | History | Annotate | Download | only in hwui

Lines Matching defs:properties

78  * Primary class for storing recorded canvas commands, as well as per-View/ViewGroup display properties.
82 * (which holds the actual data), and DisplayList (which holds properties and performs playback onto
86 * recorded stream of canvas operations is refreshed. The RenderNode (and its properties) stay
174 const RenderProperties& properties() const {
191 return properties().getWidth();
195 return properties().getHeight();
215 const Outline& outline = properties().getOutline();
217 || properties().getAlpha() <= 0
219 || properties().getScaleX() == 0
220 || properties().getScaleY() == 0;
355 * Draw time state - these properties are only set and used during rendering