Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaMetrics.java706 final int propertyCount = buffer.getInt(); in toBundle() local
707 if (propertyCount < 0) { in toBundle()
719 bundle.putInt(BUNDLE_PROPERTY_COUNT, propertyCount); in toBundle()
721 for (int i = 0; i < propertyCount; ++i) { in toBundle()
/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp336 int propertyCount = static_cast<int>(Property::count); in copyProperties() local
337 if (length != propertyCount) { in copyProperties()
339 propertyCount, length); in copyProperties()
/aosp14/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java865 int propertyCount = nameValueList.size(); in startAnimation() local
866 for (int i = 0; i < propertyCount; ++i) { in startAnimation()