summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src
diff options
context:
space:
mode:
authorutzcoz <utzcoz@gmail.com>2021-01-21 00:00:37 +0800
committerutzcoz <utzcoz@gmail.com>2021-01-21 00:00:37 +0800
commitcf443e3855b818e41775e5c0c9119fe33899a967 (patch)
tree5eed73ad69835b2ee94d34f0969ed1b178c26460 /packages/SystemUI/src
parent52c968759afb9dddbfb672aaed6a02718e4326fe (diff)
Remove duplicate import
Test: m Change-Id: Ia6adcf39af0eeebbeef17069d8b3d74eae542bd4 Signed-off-by: utzcoz <utzcoz@gmail.com>
Diffstat (limited to 'packages/SystemUI/src')
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusIconContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusIconContainer.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusIconContainer.java
index 5a7c5c9b5ebc..f65f97a3a450 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusIconContainer.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusIconContainer.java
@@ -271,7 +271,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout {
float contentStart = getPaddingStart();
int childCount = getChildCount();
// Underflow === don't show content until that index
- if (DEBUG) android.util.Log.d(TAG, "calculateIconTranslations: start=" + translationX
+ if (DEBUG) Log.d(TAG, "calculateIconTranslations: start=" + translationX
+ " width=" + width + " underflow=" + mNeedsUnderflow);
// Collect all of the states which want to be visible