Searched defs:setStrokeColor (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp287 static void setStrokeColor(JNIEnv*, jobject, jlong fullPathPtr, jint strokeColor) { function in namespace:android
289 fullPath->mutateStagingProperties()->setStrokeColor(strokeColor);
398 {"nSetStrokeColor", "!(JI)V", (void*)setStrokeColor},
/frameworks/base/libs/hwui/
H A DVectorDrawable.h258 void setStrokeColor(SkColor strokeColor) { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java196 path.setStrokeColor(strokeColor);
413 path.setStrokeColor(strokeColor);
570 return this::setStrokeColor;
691 private void setStrokeColor(int strokeColor) { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1626 void setStrokeColor(int strokeColor) { method in class:VectorDrawableCompat.VFullPath
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1684 void setStrokeColor(int strokeColor) { method in class:VectorDrawable.VFullPath

Completed in 203 milliseconds