Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.h274 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() function
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp350 static void setTrimPathOffset(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathOffset) { in setTrimPathOffset() function
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java2242 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() method in VectorDrawable.VFullPath