Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp287 static jint getStrokeColor(JNIEnv*, jobject, jlong fullPathPtr) { in getStrokeColor() function
289 return fullPath->stagingProperties()->getStrokeColor(); in getStrokeColor()
405 {"nGetStrokeColor", "(J)I", (void*)getStrokeColor},
/frameworks/base/libs/hwui/
DVectorDrawable.cpp141 mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(), in dump()
179 } else if (properties.getStrokeColor() != SK_ColorTRANSPARENT) { in draw()
180 paint.setColor(applyAlpha(properties.getStrokeColor(), properties.getStrokeAlpha())); in draw()
DVectorDrawable.h248 SkColor getStrokeColor() const { return mPrimitiveFields.strokeColor; } in getStrokeColor() function
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java196 properties.putInt(VFullPath_Delegate.STROKE_COLOR_INDEX * 4, path.getStrokeColor()); in nGetFullPathProperties()
431 return path.getStrokeColor(); in nGetStrokeColor()
725 private int getStrokeColor() { in getStrokeColor() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1798 return object.getStrokeColor();
1942 final int oldStrokeColor = getStrokeColor(); in onStateChange()
2162 int getStrokeColor() { in getStrokeColor() method in VectorDrawable.VFullPath
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt20408 Landroid/graphics/drawable/VectorDrawable$VFullPath;->getStrokeColor()I