Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaMetrics.java658 final int propertyCount = buffer.getInt(); in toBundle() local
659 if (propertyCount < 0) { in toBundle()
671 bundle.putInt(BUNDLE_PROPERTY_COUNT, propertyCount); in toBundle()
673 for (int i = 0; i < propertyCount; ++i) { in toBundle()
/frameworks/base/libs/hwui/
DVectorDrawable.cpp335 int propertyCount = static_cast<int>(Property::count); in copyProperties() local
336 if (length != propertyCount) { in copyProperties()
338 propertyCount, length); in copyProperties()
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java862 int propertyCount = nameValueList.size(); in startAnimation() local
863 for (int i = 0; i < propertyCount; ++i) { in startAnimation()