Searched refs:mNonAnimatableProperties (Results 1 – 1 of 1) sorted by relevance
557 } mNonAnimatableProperties; variable565 if (mNonAnimatableProperties.colorFilter != prop.mNonAnimatableProperties.colorFilter) { in syncNonAnimatableProperties()566 mNonAnimatableProperties.colorFilter = prop.mNonAnimatableProperties.colorFilter; in syncNonAnimatableProperties()568 mNonAnimatableProperties = prop.mNonAnimatableProperties; in syncNonAnimatableProperties()575 mNonAnimatableProperties.viewportWidth = width; in setViewportSize()576 mNonAnimatableProperties.viewportHeight = height; in setViewportSize()581 if (mNonAnimatableProperties.bounds != bounds) { in setBounds()582 mNonAnimatableProperties.bounds = bounds; in setBounds()592 if (mNonAnimatableProperties.scaledWidth < width || in setScaledSize()594 mNonAnimatableProperties.scaledWidth = in setScaledSize()[all …]