Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp317 static void setFillAlpha(JNIEnv*, jobject, jlong fullPathPtr, jfloat fillAlpha) { in setFillAlpha() function
319 fullPath->mutateStagingProperties()->setFillAlpha(fillAlpha); in setFillAlpha()
404 {"nSetFillAlpha", "!(JF)V", (void*)setFillAlpha},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java199 path.setFillAlpha(fillAlpha); in nUpdateFullPathProperties()
449 path.setFillAlpha(fillAlpha); in nSetFillAlpha()
553 return this::setFillAlpha; in getFloatPropertySetter()
723 private void setFillAlpha(float fillAlpha) { in setFillAlpha() method in VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
DVectorDrawable.cpp294 setFillAlpha(value); in setPropertyValue()
DVectorDrawable.h276 void setFillAlpha(float fillAlpha) { in setFillAlpha() function
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1653 object.setFillAlpha(value);
2030 void setFillAlpha(float fillAlpha) { in setFillAlpha() method in VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java1677 void setFillAlpha(float fillAlpha) { in setFillAlpha() method in VectorDrawableCompat.VFullPath