Searched refs:propertyCount (Results 1 – 3 of 3) sorted by relevance
706 final int propertyCount = buffer.getInt(); in toBundle() local707 if (propertyCount < 0) { in toBundle()719 bundle.putInt(BUNDLE_PROPERTY_COUNT, propertyCount); in toBundle()721 for (int i = 0; i < propertyCount; ++i) { in toBundle()
336 int propertyCount = static_cast<int>(Property::count); in copyProperties() local337 if (length != propertyCount) { in copyProperties()339 propertyCount, length); in copyProperties()
865 int propertyCount = nameValueList.size(); in startAnimation() local866 for (int i = 0; i < propertyCount; ++i) { in startAnimation()