Home
last modified time | relevance | path

Searched refs:mNonAnimatableProperties (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.h558 } mNonAnimatableProperties; variable
566 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 …]