Searched refs:mNonAnimatableProperties (Results 1 – 1 of 1) sorted by relevance
558 } mNonAnimatableProperties; variable566 if (mNonAnimatableProperties.colorFilter != prop.mNonAnimatableProperties.colorFilter) { in syncNonAnimatableProperties()567 mNonAnimatableProperties.colorFilter = prop.mNonAnimatableProperties.colorFilter; in syncNonAnimatableProperties()569 mNonAnimatableProperties = prop.mNonAnimatableProperties; in syncNonAnimatableProperties()576 mNonAnimatableProperties.viewportWidth = width; in setViewportSize()577 mNonAnimatableProperties.viewportHeight = height; in setViewportSize()582 if (mNonAnimatableProperties.bounds != bounds) { in setBounds()583 mNonAnimatableProperties.bounds = bounds; in setBounds()593 if (mNonAnimatableProperties.scaledWidth < width || in setScaledSize()595 mNonAnimatableProperties.scaledWidth = in setScaledSize()[all …]