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();
399 {"nGetStrokeAlpha", "!(J)F", (void*)getStrokeAlpha},
/frameworks/base/libs/hwui/
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/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1641 float getStrokeAlpha() { method in class:VectorDrawableCompat.VFullPath
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1704 float getStrokeAlpha() { method in class:VectorDrawable.VFullPath

Completed in 1361 milliseconds