Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp327 static void setTrimPathStart(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathStart) { in setTrimPathStart() function
329 fullPath->mutateStagingProperties()->setTrimPathStart(trimPathStart); in setTrimPathStart()
406 {"nSetTrimPathStart", "!(JF)V", (void*)setTrimPathStart},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java200 path.setTrimPathStart(trimPathStart); in nUpdateFullPathProperties()
461 path.setTrimPathStart(trimPathStart); in nSetTrimPathStart()
555 return this::setTrimPathStart; in getFloatPropertySetter()
731 private void setTrimPathStart(float trimPathStart) { in setTrimPathStart() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
DVectorDrawable.cpp297 setTrimPathStart(value); in setPropertyValue()
DVectorDrawable.h282 void setTrimPathStart(float trimPathStart) { in setTrimPathStart() function
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1676 void setTrimPathStart(float trimPathStart) { in setTrimPathStart() method in VectorDrawableCompat.VFullPath
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1746 void setTrimPathStart(float trimPathStart) { in setTrimPathStart() method in VectorDrawable.VFullPath