Searched refs:setTrimPathOffset (Results 1 – 6 of 6) sorted by relevance
350 static void setTrimPathOffset(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathOffset) { in setTrimPathOffset() function352 fullPath->mutateStagingProperties()->setTrimPathOffset(trimPathOffset); in setTrimPathOffset()416 {"nSetTrimPathOffset", "(JF)V", (void*)setTrimPathOffset},
227 path.setTrimPathOffset(trimPathOffset); in nUpdateFullPathProperties()509 path.setTrimPathOffset(trimPathOffset); in nSetTrimPathOffset()597 return this::setTrimPathOffset; in getFloatPropertySetter()785 private void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() method in VectorDrawable_Delegate.VFullPath_Delegate
262 setTrimPathOffset(value); in setPropertyValue()
273 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() function
1875 object.setTrimPathOffset(value);2257 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() method in VectorDrawable.VFullPath
20420 Landroid/graphics/drawable/VectorDrawable$VFullPath;->setTrimPathOffset(F)V