Searched refs:propertyCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp328 int propertyCount = static_cast<int>(Property::count); local
329 if (length != propertyCount) {
331 propertyCount, length);
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java871 int propertyCount = nameValueList.size();
872 for (int i = 0; i < propertyCount; ++i) {

Completed in 1880 milliseconds