Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp75 static jlong createGroup(JNIEnv*, jobject, jlong srcGroupPtr) { in createGroup() argument
76 VectorDrawable::Group* srcGroup = reinterpret_cast<VectorDrawable::Group*>(srcGroupPtr); in createGroup()