HomeSort by relevance Sort by last modified time
    Searched defs:compositeColors (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/util/
TestUtils.java 316 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) {
  /frameworks/base/core/java/com/android/internal/graphics/
ColorUtils.java 48 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) {
98 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/base/core/java/com/android/internal/util/
NotificationColorUtil.java 606 public static int compositeColors(int foreground, int background) {
607 return ColorUtilsFromCompat.compositeColors(foreground, background);
634 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) {
684 foreground = compositeColors(foreground, background);
    [all...]
  /prebuilts/sdk/current/support/core-utils/
android-support-core-utils.jar 

Completed in 375 milliseconds