Home
last modified time | relevance | path

Searched refs:compositeColors (Results 1 – 13 of 13) sorted by relevance

/frameworks/support/design/base/android/support/design/widget/
DCircularBorderDrawable.java188 colors[0] = ColorUtils.compositeColors(mTopOuterStrokeColor, mCurrentBorderTintColor); in createGradientShader()
189 colors[1] = ColorUtils.compositeColors(mTopInnerStrokeColor, mCurrentBorderTintColor); in createGradientShader()
190 colors[2] = ColorUtils.compositeColors( in createGradientShader()
192 colors[3] = ColorUtils.compositeColors( in createGradientShader()
194 colors[4] = ColorUtils.compositeColors(mBottomInnerStrokeColor, mCurrentBorderTintColor); in createGradientShader()
195 colors[5] = ColorUtils.compositeColors(mBottomOuterStrokeColor, mCurrentBorderTintColor); in createGradientShader()
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
DAppCompatBaseViewTest.java397 ColorUtils.compositeColors(emeraldDefault, backgroundColor), in testBackgroundTintingAcrossModeChange()
404 view, ColorUtils.compositeColors(emeraldDisabled, backgroundColor), in testBackgroundTintingAcrossModeChange()
469 ColorUtils.compositeColors(emeraldDefault, backgroundColor), in testBackgroundTintingViewCompatAcrossModeChange()
476 view, ColorUtils.compositeColors(emeraldDisabled, backgroundColor), in testBackgroundTintingViewCompatAcrossModeChange()
590 view, ColorUtils.compositeColors(emeraldDefault, backgroundColorGreen), in testBackgroundTranslucentTintingAcrossBackgroundChange()
597 view, ColorUtils.compositeColors(emeraldDisabled, backgroundColorGreen), in testBackgroundTranslucentTintingAcrossBackgroundChange()
604 view, ColorUtils.compositeColors(emeraldDefault, backgroundColorGreen), in testBackgroundTranslucentTintingAcrossBackgroundChange()
613 view, ColorUtils.compositeColors(emeraldDefault, backgroundColorRed), in testBackgroundTranslucentTintingAcrossBackgroundChange()
620 view, ColorUtils.compositeColors(emeraldDisabled, backgroundColorRed), in testBackgroundTranslucentTintingAcrossBackgroundChange()
627 view, ColorUtils.compositeColors(emeraldDefault, backgroundColorRed), in testBackgroundTranslucentTintingAcrossBackgroundChange()
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouterThemeHelper.java135 controllerColor = ColorUtils.compositeColors(controllerColor, backgroundColor); in setVolumeSliderColor()
/frameworks/support/v4/java/android/support/v4/graphics/
DColorUtils.java47 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors() method in ColorUtils
97 foreground = compositeColors(foreground, background); in calculateContrast()
/frameworks/base/core/java/com/android/internal/util/
DNotificationColorUtil.java363 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors() method in NotificationColorUtil.ColorUtilsFromCompat
413 foreground = compositeColors(foreground, background); in calculateContrast()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatDrawableManager.java591 colors[i] = ColorUtils.compositeColors(colorControlHighlight, baseColor); in createButtonColorStateList()
595 colors[i] = ColorUtils.compositeColors(colorControlHighlight, baseColor); in createButtonColorStateList()
/frameworks/support/v4/api/
D22.1.0.txt961 method public static int compositeColors(int, int);
D22.2.1.txt1009 method public static int compositeColors(int, int);
D22.2.0.txt1008 method public static int compositeColors(int, int);
D23.0.0.txt1141 method public static int compositeColors(int, int);
D23.1.0.txt1156 method public static int compositeColors(int, int);
D23.1.1.txt1109 method public static int compositeColors(int, int);
Dcurrent.txt1195 method public static int compositeColors(int, int);