Snap for 7932843 from d2214e58827904ad11557a15a46302211e3ff1a2 to sc-v2-release

Change-Id: I1a75b2ac98bcf132d30fbd6b241d63aca7507d54
diff --git a/iconloaderlib/src/com/android/launcher3/icons/FastBitmapDrawable.java b/iconloaderlib/src/com/android/launcher3/icons/FastBitmapDrawable.java
index 4aa2846..2a5f029 100644
--- a/iconloaderlib/src/com/android/launcher3/icons/FastBitmapDrawable.java
+++ b/iconloaderlib/src/com/android/launcher3/icons/FastBitmapDrawable.java
@@ -287,7 +287,7 @@
         mat[14] = brightnessI;
         mat[18] = disabledAlpha;
         tempFilterMatrix.preConcat(tempBrightnessMatrix);
-        return new ColorMatrixColorFilter(tempBrightnessMatrix);
+        return new ColorMatrixColorFilter(tempFilterMatrix);
     }
 
     protected static class FastBitmapConstantState extends ConstantState {