Searched defs:RSRenderAnimatableProperty (Results 1 – 4 of 4) sorted by relevance
232 RSRenderAnimatableProperty() : RSRenderProperty<T>() {} in RSRenderAnimatableProperty() function233 RSRenderAnimatableProperty(const T& value) : RSRenderProperty<T>(value, 0) {} in RSRenderAnimatableProperty() function234 …RSRenderAnimatableProperty(const T& value, const PropertyId& id) : RSRenderProperty<T>(value, id) … in RSRenderAnimatableProperty() function235 … RSRenderAnimatableProperty(const T& value, const PropertyId& id, const RSRenderPropertyType type) in RSRenderAnimatableProperty() function238 RSRenderAnimatableProperty(const T& value, const PropertyId& id, in RSRenderAnimatableProperty() function
78 class RSRenderAnimatableProperty; variable
37 class RSRenderAnimatableProperty; variable
2141 MARSHALLING_AND_UNMARSHALLING(RSRenderAnimatableProperty) in MARSHALLING_AND_UNMARSHALLING() argument