Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp287 static void setStrokeColor(JNIEnv*, jobject, jlong fullPathPtr, jint strokeColor) { in setStrokeColor() function
289 fullPath->mutateStagingProperties()->setStrokeColor(strokeColor); in setStrokeColor()
400 {"nSetStrokeColor", "(JI)V", (void*)setStrokeColor},
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java209 path.setStrokeColor(strokeColor); in nUpdateFullPathProperties()
425 path.setStrokeColor(strokeColor); in nSetStrokeColor()
596 return this::setStrokeColor; in getIntPropertySetter()
717 private void setStrokeColor(int strokeColor) { in setStrokeColor() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
DVectorDrawable.h261 void setStrokeColor(SkColor strokeColor) { in setStrokeColor() function
DVectorDrawable.cpp228 setStrokeColor(value); in setColorPropertyValue()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1685 object.setStrokeColor(value);
2059 void setStrokeColor(int strokeColor) { in setStrokeColor() method in VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1805 void setStrokeColor(int strokeColor) { in setStrokeColor() method in VectorDrawableCompat.VFullPath