Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp290 static void setStrokeColor(JNIEnv*, jobject, jlong fullPathPtr, jint strokeColor) { in setStrokeColor() function
292 fullPath->mutateStagingProperties()->setStrokeColor(strokeColor); in setStrokeColor()
404 {"nSetStrokeColor", "(JI)V", (void*)setStrokeColor},
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java221 path.setStrokeColor(strokeColor); in nUpdateFullPathProperties()
437 path.setStrokeColor(strokeColor); in nSetStrokeColor()
608 return this::setStrokeColor; in getIntPropertySetter()
729 private void setStrokeColor(int strokeColor) { in setStrokeColor() method in VectorDrawable_Delegate.VFullPath_Delegate
/aosp12/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp232 setStrokeColor(value); in setColorPropertyValue()
H A DVectorDrawable.h249 void setStrokeColor(SkColor strokeColor) { in setStrokeColor() function
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1797 object.setStrokeColor(value);
2171 void setStrokeColor(int strokeColor) { in setStrokeColor() method in VectorDrawable.VFullPath
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt20417 Landroid/graphics/drawable/VectorDrawable$VFullPath;->setStrokeColor(I)V