Searched defs:getStrokeAlpha (Results 1 - 5 of 5) 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();
401 {"nGetStrokeAlpha", "(J)F", (void*)getStrokeAlpha},
/frameworks/base/libs/hwui/
H A DVectorDrawable.h262 float getStrokeAlpha() const{ function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1817 float getStrokeAlpha() { method in class:VectorDrawableCompat.VFullPath
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1696 return object.getStrokeAlpha();
2072 float getStrokeAlpha() { method in class:VectorDrawable.VFullPath
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java185 properties.putFloat(VFullPath_Delegate.STROKE_ALPHA_INDEX * 4, path.getStrokeAlpha());
187 properties.putFloat(VFullPath_Delegate.FILL_ALPHA_INDEX * 4, path.getStrokeAlpha());
431 return path.getStrokeAlpha();
729 private float getStrokeAlpha() { method in class:VectorDrawable_Delegate.VFullPath_Delegate

Completed in 4302 milliseconds