Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp350 static void setTrimPathOffset(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathOffset) { in setTrimPathOffset() function
352 fullPath->mutateStagingProperties()->setTrimPathOffset(trimPathOffset); in setTrimPathOffset()
416 {"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.cpp262 setTrimPathOffset(value); in setPropertyValue()
DVectorDrawable.h273 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() function
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1875 object.setTrimPathOffset(value);
2257 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() method in VectorDrawable.VFullPath
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt20420 Landroid/graphics/drawable/VectorDrawable$VFullPath;->setTrimPathOffset(F)V