Home
last modified time | relevance | path

Searched defs:getFillAlpha (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.h261 float getFillAlpha() const { return mPrimitiveFields.fillAlpha; } in getFillAlpha() function
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp315 static jfloat getFillAlpha(JNIEnv*, jobject, jlong fullPathPtr) { in getFillAlpha() function
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java2201 float getFillAlpha() { in getFillAlpha() method in VectorDrawable.VFullPath