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()
398 {"nSetStrokeColor", "!(JI)V", (void*)setStrokeColor},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java196 path.setStrokeColor(strokeColor); in nUpdateFullPathProperties()
413 path.setStrokeColor(strokeColor); in nSetStrokeColor()
570 return this::setStrokeColor; in getIntPropertySetter()
691 private void setStrokeColor(int strokeColor) { in setStrokeColor() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
DVectorDrawable.cpp275 setStrokeColor(value); in setColorPropertyValue()
DVectorDrawable.h258 void setStrokeColor(SkColor strokeColor) { in setStrokeColor() function
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1614 object.setStrokeColor(value);
1980 void setStrokeColor(int strokeColor) { in setStrokeColor() method in VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1637 void setStrokeColor(int strokeColor) { in setStrokeColor() method in VectorDrawableCompat.VFullPath