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

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp352 static void setTrimPathOffset(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathOffset) { function in namespace:android
354 fullPath->mutateStagingProperties()->setTrimPathOffset(trimPathOffset);
418 {"nSetTrimPathOffset", "(JF)V", (void*)setTrimPathOffset},
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java226 path.setTrimPathOffset(trimPathOffset);
508 path.setTrimPathOffset(trimPathOffset);
596 return this::setTrimPathOffset;
784 private void setTrimPathOffset(float trimPathOffset) { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp257 setTrimPathOffset(value);
H A DVectorDrawable.h278 void setTrimPathOffset(float trimPathOffset) { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1848 object.setTrimPathOffset(value);
2230 void setTrimPathOffset(float trimPathOffset) { method in class:VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
H A DVectorDrawableCompat.java1869 void setTrimPathOffset(float trimPathOffset) { method in class:VectorDrawableCompat.VFullPath

Completed in 521 milliseconds