Searched refs:setTrimPathOffset (Results 1 - 6 of 6) 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);
410 {"nSetTrimPathOffset", "!(JF)V", (void*)setTrimPathOffset},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java202 path.setTrimPathOffset(trimPathOffset);
485 path.setTrimPathOffset(trimPathOffset);
559 return this::setTrimPathOffset;
747 private void setTrimPathOffset(float trimPathOffset) { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp307 setTrimPathOffset(value);
H A DVectorDrawable.h294 void setTrimPathOffset(float trimPathOffset) { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1754 object.setTrimPathOffset(value);
2128 void setTrimPathOffset(float trimPathOffset) { method in class:VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1891 void setTrimPathOffset(float trimPathOffset) { method in class:VectorDrawableCompat.VFullPath

Completed in 160 milliseconds