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);
406 {"nSetFillAlpha", "(JF)V", (void*)setFillAlpha},
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java212 path.setFillAlpha(fillAlpha);
461 path.setFillAlpha(fillAlpha);
579 return this::setFillAlpha;
749 private void setFillAlpha(float fillAlpha) { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp247 setFillAlpha(value);
H A DVectorDrawable.h279 void setFillAlpha(float fillAlpha) { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1724 object.setFillAlpha(value);
2109 void setFillAlpha(float fillAlpha) { method in class:VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1845 void setFillAlpha(float fillAlpha) { method in class:VectorDrawableCompat.VFullPath

Completed in 443 milliseconds