lineage-sdk: Add private copy of Palette

This was in frameworks/base on lineage 14.1 and
earlier (https://review.lineageos.org/#/c/65797/).

Update api/lineage_current.txt to match the new location.

Change-Id: Ib852ab1bc04936828ef00e24f71783e6a41de33c
This commit is contained in:
Steve Kondik
2016-08-29 00:27:00 -07:00
committed by Sam Mortimer
parent 542742b751
commit 987ecb37eb
5 changed files with 1801 additions and 1 deletions

View File

@@ -1622,7 +1622,7 @@ package lineageos.util {
method public static int findPerceptuallyNearestColor(int, int[]);
method public static int findPerceptuallyNearestSolidColor(int);
method public static int generateAlertColorFromDrawable(android.graphics.drawable.Drawable);
method public static com.android.internal.util.cm.palette.Palette.Swatch getDominantSwatch(com.android.internal.util.cm.palette.Palette);
method public static lineageos.util.palette.Palette.Swatch getDominantSwatch(lineageos.util.palette.Palette);
method public static float[] temperatureToRGB(int);
}