Searched refs:setTrimPathEnd (Results 1 - 6 of 6) 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);
408 {"nSetTrimPathEnd", "!(JF)V", (void*)setTrimPathEnd},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java201 path.setTrimPathEnd(trimPathEnd);
473 path.setTrimPathEnd(trimPathEnd);
557 return this::setTrimPathEnd;
739 private void setTrimPathEnd(float trimPathEnd) { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp300 setTrimPathEnd(value);
H A DVectorDrawable.h288 void setTrimPathEnd(float trimPathEnd) { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1758 void setTrimPathEnd(float trimPathEnd) { method in class:VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1686 void setTrimPathEnd(float trimPathEnd) { method in class:VectorDrawableCompat.VFullPath

Completed in 274 milliseconds