Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp347 static void setTrimPathOffset(JNIEnv*, jobject, jlong fullPathPtr, jfloat trimPathOffset) { in setTrimPathOffset() function
349 fullPath->mutateStagingProperties()->setTrimPathOffset(trimPathOffset); in setTrimPathOffset()
412 {"nSetTrimPathOffset", "(JF)V", (void*)setTrimPathOffset},
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java215 path.setTrimPathOffset(trimPathOffset); in nUpdateFullPathProperties()
497 path.setTrimPathOffset(trimPathOffset); in nSetTrimPathOffset()
585 return this::setTrimPathOffset; in getFloatPropertySetter()
773 private void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
DVectorDrawable.h297 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() function
DVectorDrawable.cpp256 setTrimPathOffset(value); in setPropertyValue()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1763 object.setTrimPathOffset(value);
2145 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() method in VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1875 void setTrimPathOffset(float trimPathOffset) { in setTrimPathOffset() method in VectorDrawableCompat.VFullPath