Home
last modified time | relevance | path

Searched refs:setTrimPathOffset (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp352 static void setTrimPathOffset(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathOffset) { in setTrimPathOffset() function
354 fullPath->mutateStagingProperties()->setTrimPathOffset(trimPathOffset); in setTrimPathOffset()
418 {"nSetTrimPathOffset", "(JF)V", (void*)setTrimPathOffset},
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java227 path.setTrimPathOffset(trimPathOffset); in nUpdateFullPathProperties()
509 path.setTrimPathOffset(trimPathOffset); in nSetTrimPathOffset()
597 return this::setTrimPathOffset; in getFloatPropertySetter()
785 private void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
DVectorDrawable.h273 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() function
DVectorDrawable.cpp257 setTrimPathOffset(value); in setPropertyValue()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1871 object.setTrimPathOffset(value);
2253 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() method in VectorDrawable.VFullPath