Home
last modified time | relevance | path

Searched defs:centerColor (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
DPathInterpolatorParameterizedTest.java84 int centerColor = bitmap.getPixel(IMAGE_WIDTH / 2 , IMAGE_WIDTH / 2); in testPathMorphing() local
DAnimatedVectorDrawableParameterizedTest.java94 int centerColor = bitmap.getPixel(IMAGE_WIDTH / 2 , IMAGE_WIDTH / 2); in testPathMorphing() local
DAnimatedVectorDrawableTest.java185 int centerColor = bitmap.getPixel(IMAGE_WIDTH / 2 , IMAGE_WIDTH / 2); in testRenderCorrectness() local
477 int centerColor = bitmap.getPixel(IMAGE_WIDTH / 2 , IMAGE_WIDTH / 2); in testPathMorphing() local
/frameworks/base/graphics/java/android/graphics/
DRadialGradient.java89 @ColorInt int centerColor, @ColorInt int edgeColor, @NonNull TileMode tileMode) { in RadialGradient()