Home
last modified time | relevance | path

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

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