summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Utilities.java
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2016-04-01 16:00:49 -0700
committerTony Wickham <twickham@google.com>2016-05-09 15:41:38 -0700
commit462b5cca7bb1d5e24fb8277b0cfe238cc2e1e980 (patch)
treeb3bca05af635632cc3966094cca670baf6ef295c /src/com/android/launcher3/Utilities.java
parent34a2d31f3208c64f6ebf403f8a0cb6ea96461747 (diff)
downloadandroid_packages_apps_Trebuchet-462b5cca7bb1d5e24fb8277b0cfe238cc2e1e980.tar.gz
android_packages_apps_Trebuchet-462b5cca7bb1d5e24fb8277b0cfe238cc2e1e980.tar.bz2
android_packages_apps_Trebuchet-462b5cca7bb1d5e24fb8277b0cfe238cc2e1e980.zip
Extract color for the hotseat.
- Only considers the bottom fourth of the wallpaper - Is translucent black or white depending on how dark/light the wallpaper is - Hotseat extends behind the nav bar Bug: 27230217 Change-Id: Id4ea6ee91b4dd221b4c277d22d5041cab178801d
Diffstat (limited to 'src/com/android/launcher3/Utilities.java')
-rw-r--r--src/com/android/launcher3/Utilities.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/launcher3/Utilities.java b/src/com/android/launcher3/Utilities.java
index 871f39045..c5f601dcd 100644
--- a/src/com/android/launcher3/Utilities.java
+++ b/src/com/android/launcher3/Utilities.java
@@ -46,7 +46,6 @@ import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.PaintDrawable;
import android.os.Build;
-import android.os.Build.VERSION_CODES;
import android.os.Bundle;
import android.os.PowerManager;
import android.text.Spannable;