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

  /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 377 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) {
427 foreground = compositeColors(foreground, background);
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 

Completed in 869 milliseconds