Merge "Fix Kotlin warning (IndentingPrintWriter)"
This commit is contained in:
committed by
Android (Google) Code Review
commit
fa5c2e7b40
@@ -26,9 +26,9 @@ import android.os.Looper
|
||||
import android.os.Message
|
||||
import android.os.UserHandle
|
||||
import android.text.TextUtils
|
||||
import android.util.IndentingPrintWriter
|
||||
import android.util.SparseArray
|
||||
import com.android.internal.annotations.VisibleForTesting
|
||||
import com.android.internal.util.IndentingPrintWriter
|
||||
import com.android.systemui.Dumpable
|
||||
import com.android.systemui.broadcast.logging.BroadcastDispatcherLogger
|
||||
import com.android.systemui.dump.DumpManager
|
||||
|
||||
@@ -19,11 +19,11 @@ package com.android.systemui.statusbar
|
||||
import android.app.ActivityManager
|
||||
import android.content.res.Resources
|
||||
import android.os.SystemProperties
|
||||
import android.util.IndentingPrintWriter
|
||||
import android.util.MathUtils
|
||||
import android.view.SurfaceControl
|
||||
import android.view.ViewRootImpl
|
||||
import androidx.annotation.VisibleForTesting
|
||||
import com.android.internal.util.IndentingPrintWriter
|
||||
import com.android.systemui.Dumpable
|
||||
import com.android.systemui.R
|
||||
import com.android.systemui.dagger.SysUISingleton
|
||||
|
||||
@@ -21,6 +21,7 @@ import android.animation.AnimatorListenerAdapter
|
||||
import android.animation.ValueAnimator
|
||||
import android.app.WallpaperManager
|
||||
import android.os.SystemClock
|
||||
import android.util.IndentingPrintWriter
|
||||
import android.util.Log
|
||||
import android.util.MathUtils
|
||||
import android.view.Choreographer
|
||||
@@ -29,7 +30,6 @@ import androidx.annotation.VisibleForTesting
|
||||
import androidx.dynamicanimation.animation.FloatPropertyCompat
|
||||
import androidx.dynamicanimation.animation.SpringAnimation
|
||||
import androidx.dynamicanimation.animation.SpringForce
|
||||
import com.android.internal.util.IndentingPrintWriter
|
||||
import com.android.systemui.Dumpable
|
||||
import com.android.systemui.Interpolators
|
||||
import com.android.systemui.dagger.SysUISingleton
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
|
||||
package com.android.systemui.util
|
||||
|
||||
import android.util.IndentingPrintWriter
|
||||
import android.view.ViewGroup
|
||||
import com.android.internal.util.IndentingPrintWriter
|
||||
import java.io.PrintWriter
|
||||
|
||||
/** [Sequence] that yields all of the direct children of this [ViewGroup] */
|
||||
|
||||
Reference in New Issue
Block a user