Home
last modified time | relevance | path

Searched defs:setTrimPathEnd (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.h270 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() function
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp341 static void setTrimPathEnd(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathEnd) { in setTrimPathEnd() function
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java2230 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() method in VectorDrawable.VFullPath