Searched refs:alphaBytes (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp191 int alphaBytes = SkColorGetA(color); local
192 return SkColorSetA(color, alphaBytes * alpha);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java86 int alphaBytes = Color.alpha(color);
88 color |= ((int) (alphaBytes * alpha)) << 24;
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java441 int alphaBytes = Color.alpha(color);
443 color |= ((int) (alphaBytes * alpha)) << 24;

Completed in 1625 milliseconds