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

  /frameworks/base/core/java/com/android/internal/graphics/
ColorUtils.java 126 int testForeground = setAlphaComponent(foreground, 255);
142 testForeground = setAlphaComponent(foreground, testAlpha);
296 public static int setAlphaComponent(@ColorInt int color,
  /frameworks/support/core-utils/java/android/support/v4/graphics/
ColorUtils.java 125 int testForeground = setAlphaComponent(foreground, 255);
141 testForeground = setAlphaComponent(foreground, testAlpha);
295 public static int setAlphaComponent(@ColorInt int color,
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsTransitionController.java 283 mAppsView.setRevealDrawableColor(ColorUtils.setAlphaComponent(color, bgAlpha));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ScrimController.java 357 ColorUtils.setAlphaComponent(baseColor, (int) (alpha * 255)));
  /prebuilts/sdk/current/support/core-utils/
android-support-core-utils.jar 

Completed in 654 milliseconds