Searched refs:getStrokeAlpha (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp292 static jfloat getStrokeAlpha(JNIEnv*, jobject, jlong fullPathPtr) { function in namespace:android
294 return fullPath->stagingProperties()->getStrokeAlpha();
399 {"nGetStrokeAlpha", "!(J)F", (void*)getStrokeAlpha},
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp185 mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(),
225 paint.setColor(applyAlpha(SK_ColorBLACK, properties.getStrokeAlpha()));
232 paint.setColor(applyAlpha(properties.getStrokeColor(), properties.getStrokeAlpha()));
H A DVectorDrawable.h261 float getStrokeAlpha() const{ function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java172 properties.putFloat(VFullPath_Delegate.STROKE_ALPHA_INDEX * 4, path.getStrokeAlpha());
174 properties.putFloat(VFullPath_Delegate.FILL_ALPHA_INDEX * 4, path.getStrokeAlpha());
419 return path.getStrokeAlpha();
703 private float getStrokeAlpha() { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1694 return object.getStrokeAlpha();
2062 float getStrokeAlpha() { method in class:VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1836 float getStrokeAlpha() { method in class:VectorDrawableCompat.VFullPath

Completed in 4007 milliseconds