HomeSort by relevance Sort by last modified time
    Searched refs:saturatedBackgroundColorMatrixFilter (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
IconPalette.java 50 public final ColorMatrixColorFilter saturatedBackgroundColorMatrixFilter;
61 saturatedBackgroundColorMatrixFilter = backgroundColorMatrixFilter;
65 saturatedBackgroundColorMatrixFilter = new ColorMatrixColorFilter(backgroundColorMatrix);
  /packages/apps/Launcher3/src/com/android/launcher3/badge/
BadgeRenderer.java 150 mBackgroundPaint.setColorFilter(palette.saturatedBackgroundColorMatrixFilter);

Completed in 229 milliseconds