OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compositeColors
(Results
1 - 8
of
8
) sorted by null
/frameworks/support/design/base/android/support/design/widget/
CircularBorderDrawable.java
188
colors[0] = ColorUtils.
compositeColors
(mTopOuterStrokeColor, mCurrentBorderTintColor);
189
colors[1] = ColorUtils.
compositeColors
(mTopInnerStrokeColor, mCurrentBorderTintColor);
190
colors[2] = ColorUtils.
compositeColors
(
192
colors[3] = ColorUtils.
compositeColors
(
194
colors[4] = ColorUtils.
compositeColors
(mBottomInnerStrokeColor, mCurrentBorderTintColor);
195
colors[5] = ColorUtils.
compositeColors
(mBottomOuterStrokeColor, mCurrentBorderTintColor);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
AppCompatBaseViewTest.java
397
ColorUtils.
compositeColors
(emeraldDefault, backgroundColor),
404
view, ColorUtils.
compositeColors
(emeraldDisabled, backgroundColor),
469
ColorUtils.
compositeColors
(emeraldDefault, backgroundColor),
476
view, ColorUtils.
compositeColors
(emeraldDisabled, backgroundColor),
590
view, ColorUtils.
compositeColors
(emeraldDefault, backgroundColorGreen),
597
view, ColorUtils.
compositeColors
(emeraldDisabled, backgroundColorGreen),
604
view, ColorUtils.
compositeColors
(emeraldDefault, backgroundColorGreen),
613
view, ColorUtils.
compositeColors
(emeraldDefault, backgroundColorRed),
[
all
...]
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouterThemeHelper.java
135
controllerColor = ColorUtils.
compositeColors
(controllerColor, backgroundColor);
/frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java
377
public static int
compositeColors
(@ColorInt int foreground, @ColorInt int background) {
427
foreground =
compositeColors
(foreground, background);
/frameworks/support/core-utils/java/android/support/v4/graphics/
ColorUtils.java
47
public static int
compositeColors
(@ColorInt int foreground, @ColorInt int background) {
97
foreground =
compositeColors
(foreground, background);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatDrawableManager.java
19
import static android.support.v4.graphics.ColorUtils.
compositeColors
;
618
colors[i] =
compositeColors
(colorControlHighlight,
623
colors[i] =
compositeColors
(colorControlHighlight,
/prebuilts/sdk/current/support/v13/
android-support-v13.jar
/prebuilts/sdk/current/support/v4/
android-support-v4.jar
Completed in 441 milliseconds