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);
406 {"nSetTrimPathStart", "!(JF)V", (void*)setTrimPathStart},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java200 path.setTrimPathStart(trimPathStart);
461 path.setTrimPathStart(trimPathStart);
555 return this::setTrimPathStart;
731 private void setTrimPathStart(float trimPathStart) { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp301 setTrimPathStart(value);
H A DVectorDrawable.h282 void setTrimPathStart(float trimPathStart) { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1728 object.setTrimPathStart(value);
2104 void setTrimPathStart(float trimPathStart) { method in class:VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1871 void setTrimPathStart(float trimPathStart) { method in class:VectorDrawableCompat.VFullPath

Completed in 130 milliseconds