Searched refs:setTrimPathStart (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp327 static void setTrimPathStart(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathStart) { function in namespace:android
329 fullPath->mutateStagingProperties()->setTrimPathStart(trimPathStart);
408 {"nSetTrimPathStart", "(JF)V", (void*)setTrimPathStart},
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java213 path.setTrimPathStart(trimPathStart);
473 path.setTrimPathStart(trimPathStart);
581 return this::setTrimPathStart;
757 private void setTrimPathStart(float trimPathStart) { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp250 setTrimPathStart(value);
H A DVectorDrawable.h285 void setTrimPathStart(float trimPathStart) { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1737 object.setTrimPathStart(value);
2121 void setTrimPathStart(float trimPathStart) { method in class:VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1855 void setTrimPathStart(float trimPathStart) { method in class:VectorDrawableCompat.VFullPath

Completed in 48 milliseconds