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

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp347 static void setTrimPathOffset(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathOffset) { function in namespace:android
349 fullPath->mutateStagingProperties()->setTrimPathOffset(trimPathOffset);
412 {"nSetTrimPathOffset", "(JF)V", (void*)setTrimPathOffset},
/frameworks/base/libs/hwui/
H A DVectorDrawable.h295 void setTrimPathOffset(float trimPathOffset) { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1872 void setTrimPathOffset(float trimPathOffset) { method in class:VectorDrawableCompat.VFullPath
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1756 object.setTrimPathOffset(value);
2138 void setTrimPathOffset(float trimPathOffset) { method in class:VectorDrawable.VFullPath
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java215 path.setTrimPathOffset(trimPathOffset);
497 path.setTrimPathOffset(trimPathOffset);
585 return this::setTrimPathOffset;
773 private void setTrimPathOffset(float trimPathOffset) { method in class:VectorDrawable_Delegate.VFullPath_Delegate

Completed in 4307 milliseconds