Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp337 static void setTrimPathEnd(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathEnd) { in setTrimPathEnd() function
339 fullPath->mutateStagingProperties()->setTrimPathEnd(trimPathEnd); in setTrimPathEnd()
410 {"nSetTrimPathEnd", "(JF)V", (void*)setTrimPathEnd},
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java214 path.setTrimPathEnd(trimPathEnd); in nUpdateFullPathProperties()
485 path.setTrimPathEnd(trimPathEnd); in nSetTrimPathEnd()
583 return this::setTrimPathEnd; in getFloatPropertySetter()
765 private void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
DVectorDrawable.h291 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() function
DVectorDrawable.cpp253 setTrimPathEnd(value); in setPropertyValue()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1750 object.setTrimPathEnd(value);
2133 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() method in VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1865 void setTrimPathEnd(float trimPathEnd) { in setTrimPathEnd() method in VectorDrawableCompat.VFullPath