commit | f7e5e374feeb7a5b6fe5166085c545e445bf6b72 | [log] [tgz] |
---|---|---|
author | Hyunyoung Song <hyunyoungs@google.com> | Tue Jun 28 12:16:47 2016 -0700 |
committer | Hyunyoung Song <hyunyoungs@google.com> | Tue Jun 28 12:27:41 2016 -0700 |
tree | ec3ec96f27c4dcf19cb7fafefbfe419af3a24db0 | |
parent | 4a582162bc22f1141c5c1a68741e8609c4f7d54d [diff] [blame] |
Prevent all apps transition NPE b/29643291 b/29642263 > Also do not change status bar when landscape mode Change-Id: I1e44af8e031856a50a7413ad297c437245e8b2aa
diff --git a/src/com/android/launcher3/Hotseat.java b/src/com/android/launcher3/Hotseat.java index 5245509..b2f24be 100644 --- a/src/com/android/launcher3/Hotseat.java +++ b/src/com/android/launcher3/Hotseat.java
@@ -227,4 +227,8 @@ setBackground(mBackground); } } + + public int getBackgroundDrawableAlpha() { + return Color.alpha(mBackgroundColor); + } }