Merge "Remove duplicate import" am: 465c5fde3b am: 4929ff2628

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1553872

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Iebb592bd67e28ed6efa3885ed5bceee7421210c0
This commit is contained in:
Lucas Dupin
2021-01-20 19:38:40 +00:00
committed by Automerger Merge Worker

View File

@@ -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