Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DVectorDrawable.h557 } mNonAnimatableProperties; variable
565 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 …]