Searched refs:propertyCount (Results 1 – 3 of 3) sorted by relevance
658 final int propertyCount = buffer.getInt(); in toBundle() local659 if (propertyCount < 0) { in toBundle()671 bundle.putInt(BUNDLE_PROPERTY_COUNT, propertyCount); in toBundle()673 for (int i = 0; i < propertyCount; ++i) { in toBundle()
335 int propertyCount = static_cast<int>(Property::count); in copyProperties() local336 if (length != propertyCount) { in copyProperties()338 propertyCount, length); in copyProperties()
862 int propertyCount = nameValueList.size(); in startAnimation() local863 for (int i = 0; i < propertyCount; ++i) { in startAnimation()