Searched defs:currentProperty (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp226 Property currentProperty = static_cast<Property>(propertyId); local
227 if (currentProperty == Property::strokeColor) {
229 } else if (currentProperty == Property::fillColor) {
344 Property currentProperty = static_cast<Property>(propertyId); local
345 switch (currentProperty) {
368 Property currentProperty = static_cast<Property>(propertyId); local
369 switch (currentProperty) {

Completed in 44 milliseconds