Searched refs:setTrimPathEnd (Results 1 – 6 of 6) sorted by relevance
340 static void setTrimPathEnd(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathEnd) { in setTrimPathEnd() function342 fullPath->mutateStagingProperties()->setTrimPathEnd(trimPathEnd); in setTrimPathEnd()414 {"nSetTrimPathEnd", "(JF)V", (void*)setTrimPathEnd},
226 path.setTrimPathEnd(trimPathEnd); in nUpdateFullPathProperties()497 path.setTrimPathEnd(trimPathEnd); in nSetTrimPathEnd()595 return this::setTrimPathEnd; in getFloatPropertySetter()777 private void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() method in VectorDrawable_Delegate.VFullPath_Delegate
259 setTrimPathEnd(value); in setPropertyValue()
269 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() function
1862 object.setTrimPathEnd(value);2245 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() method in VectorDrawable.VFullPath
20419 Landroid/graphics/drawable/VectorDrawable$VFullPath;->setTrimPathEnd(F)V