Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp170 float groupProperties[length]; in getGroupProperties() local
171 bool success = group->stagingProperties()->copyProperties(groupProperties, length); in getGroupProperties()
172 env->SetFloatArrayRegion(outProperties, 0, length, reinterpret_cast<float*>(&groupProperties)); in getGroupProperties()
/frameworks/base/libs/hwui/tests/unit/
DVectorDrawableTests.cpp358 TEST(VectorDrawable, groupProperties) { in TEST() argument