Searched defs:setTrimPathEnd (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp337 static void setTrimPathEnd(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathEnd) { function in namespace:android
339 fullPath->mutateStagingProperties()->setTrimPathEnd(trimPathEnd);
410 {"nSetTrimPathEnd", "(JF)V", (void*)setTrimPathEnd},
/frameworks/base/libs/hwui/
H A DVectorDrawable.h289 void setTrimPathEnd(float trimPathEnd) { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1862 void setTrimPathEnd(float trimPathEnd) { method in class:VectorDrawableCompat.VFullPath
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1743 object.setTrimPathEnd(value);
2126 void setTrimPathEnd(float trimPathEnd) { method in class:VectorDrawable.VFullPath
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java214 path.setTrimPathEnd(trimPathEnd);
485 path.setTrimPathEnd(trimPathEnd);
583 return this::setTrimPathEnd;
765 private void setTrimPathEnd(float trimPathEnd) { method in class:VectorDrawable_Delegate.VFullPath_Delegate

Completed in 174 milliseconds