Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp231 Property currentProperty = static_cast<Property>(propertyId); in setColorPropertyValue() local
232 if (currentProperty == Property::strokeColor) { in setColorPropertyValue()
234 } else if (currentProperty == Property::fillColor) { in setColorPropertyValue()
351 Property currentProperty = static_cast<Property>(propertyId); in getPropertyValue() local
352 switch (currentProperty) { in getPropertyValue()
375 Property currentProperty = static_cast<Property>(propertyId); in setPropertyValue() local
376 switch (currentProperty) { in setPropertyValue()