Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp341 static void setTrimPathEnd(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathEnd) { in setTrimPathEnd() function
343 fullPath->mutateStagingProperties()->setTrimPathEnd(trimPathEnd); in setTrimPathEnd()
415 {"nSetTrimPathEnd", "(JF)V", (void*)setTrimPathEnd},
/frameworks/base/libs/hwui/
DVectorDrawable.cpp256 setTrimPathEnd(value); in setPropertyValue()
DVectorDrawable.h270 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() function
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1851 object.setTrimPathEnd(value);
2230 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() method in VectorDrawable.VFullPath
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt17541 Landroid/graphics/drawable/VectorDrawable$VFullPath;->setTrimPathEnd(F)V