Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.h262 void setFillAlpha(float fillAlpha) { in setFillAlpha() function
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp320 static void setFillAlpha(JNIEnv*, jobject, jlong fullPathPtr, jfloat fillAlpha) { in setFillAlpha() function
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java2206 void setFillAlpha(float fillAlpha) { in setFillAlpha() method in VectorDrawable.VFullPath