Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp330 static void setTrimPathStart(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathStart) { in setTrimPathStart() function
332 fullPath->mutateStagingProperties()->setTrimPathStart(trimPathStart); in setTrimPathStart()
412 {"nSetTrimPathStart", "(JF)V", (void*)setTrimPathStart},
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java225 path.setTrimPathStart(trimPathStart); in nUpdateFullPathProperties()
485 path.setTrimPathStart(trimPathStart); in nSetTrimPathStart()
593 return this::setTrimPathStart; in getFloatPropertySetter()
769 private void setTrimPathStart(float trimPathStart) { in setTrimPathStart() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
DVectorDrawable.cpp256 setTrimPathStart(value); in setPropertyValue()
DVectorDrawable.h265 void setTrimPathStart(float trimPathStart) { in setTrimPathStart() function
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1849 object.setTrimPathStart(value);
2233 void setTrimPathStart(float trimPathStart) { in setTrimPathStart() method in VectorDrawable.VFullPath
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt20421 Landroid/graphics/drawable/VectorDrawable$VFullPath;->setTrimPathStart(F)V