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

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

Completed in 202 milliseconds