Home
last modified time | relevance | path

Searched refs:setFillAlpha (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp320 static void setFillAlpha(JNIEnv*, jobject, jlong fullPathPtr, jfloat fillAlpha) { in setFillAlpha() function
322 fullPath->mutateStagingProperties()->setFillAlpha(fillAlpha); in setFillAlpha()
410 {"nSetFillAlpha", "(JF)V", (void*)setFillAlpha},
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java224 path.setFillAlpha(fillAlpha); in nUpdateFullPathProperties()
473 path.setFillAlpha(fillAlpha); in nSetFillAlpha()
591 return this::setFillAlpha; in getFloatPropertySetter()
761 private void setFillAlpha(float fillAlpha) { in setFillAlpha() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
DVectorDrawable.cpp253 setFillAlpha(value); in setPropertyValue()
DVectorDrawable.h261 void setFillAlpha(float fillAlpha) { in setFillAlpha() function
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1836 object.setFillAlpha(value);
2221 void setFillAlpha(float fillAlpha) { in setFillAlpha() method in VectorDrawable.VFullPath
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt20414 Landroid/graphics/drawable/VectorDrawable$VFullPath;->setFillAlpha(F)V