Loading packages/SystemUI/src/com/android/systemui/scrim/ScrimView.java +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ import java.util.concurrent.Executor; */ public class ScrimView extends View { private static final String TAG = "ScrimView"; private static final boolean isDebugLoggable = Build.isDebuggable() || Log.isLoggable(TAG, private static final boolean isDebugLoggable = Build.IS_ENG || Log.isLoggable(TAG, Log.DEBUG); private final Object mColorLock = new Object(); Loading packages/SystemUI/src/com/android/systemui/statusbar/BlurUtils.kt +1 −1 Original line number Diff line number Diff line Loading @@ -285,6 +285,6 @@ constructor( companion object { const val TRACK_NAME = "BlurUtils" private const val TAG = "BlurUtils" private val isLoggable = Log.isLoggable(TAG, Log.VERBOSE) || Build.isDebuggable() private val isLoggable = Log.isLoggable(TAG, Log.VERBOSE) || Build.IS_ENG } } packages/SystemUI/src/com/android/systemui/window/data/repository/WindowRootViewBlurRepository.kt +0 −3 Original line number Diff line number Diff line Loading @@ -18,7 +18,6 @@ package com.android.systemui.window.data.repository import android.app.ActivityManager import android.os.SystemProperties import android.util.Log import android.view.CrossWindowBlurListeners import com.android.systemui.common.coroutine.ChannelExt.trySendWithFailureLogging import com.android.systemui.dagger.SysUISingleton Loading @@ -34,7 +33,6 @@ import kotlinx.coroutines.channels.awaitClose import kotlinx.coroutines.flow.MutableStateFlow import kotlinx.coroutines.flow.SharingStarted import kotlinx.coroutines.flow.StateFlow import kotlinx.coroutines.flow.onEach import kotlinx.coroutines.flow.stateIn typealias BlurAppliedListener = Consumer<Int> Loading Loading @@ -94,7 +92,6 @@ constructor( awaitClose { crossWindowBlurListeners.removeListener(sendUpdate) } } // stateIn because this is backed by a binder call. .onEach { Log.d(TAG, "isBlurSupported changed to $it") } .stateIn(scope, SharingStarted.WhileSubscribed(), false) override var blurAppliedListener: BlurAppliedListener? = null Loading Loading
packages/SystemUI/src/com/android/systemui/scrim/ScrimView.java +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ import java.util.concurrent.Executor; */ public class ScrimView extends View { private static final String TAG = "ScrimView"; private static final boolean isDebugLoggable = Build.isDebuggable() || Log.isLoggable(TAG, private static final boolean isDebugLoggable = Build.IS_ENG || Log.isLoggable(TAG, Log.DEBUG); private final Object mColorLock = new Object(); Loading
packages/SystemUI/src/com/android/systemui/statusbar/BlurUtils.kt +1 −1 Original line number Diff line number Diff line Loading @@ -285,6 +285,6 @@ constructor( companion object { const val TRACK_NAME = "BlurUtils" private const val TAG = "BlurUtils" private val isLoggable = Log.isLoggable(TAG, Log.VERBOSE) || Build.isDebuggable() private val isLoggable = Log.isLoggable(TAG, Log.VERBOSE) || Build.IS_ENG } }
packages/SystemUI/src/com/android/systemui/window/data/repository/WindowRootViewBlurRepository.kt +0 −3 Original line number Diff line number Diff line Loading @@ -18,7 +18,6 @@ package com.android.systemui.window.data.repository import android.app.ActivityManager import android.os.SystemProperties import android.util.Log import android.view.CrossWindowBlurListeners import com.android.systemui.common.coroutine.ChannelExt.trySendWithFailureLogging import com.android.systemui.dagger.SysUISingleton Loading @@ -34,7 +33,6 @@ import kotlinx.coroutines.channels.awaitClose import kotlinx.coroutines.flow.MutableStateFlow import kotlinx.coroutines.flow.SharingStarted import kotlinx.coroutines.flow.StateFlow import kotlinx.coroutines.flow.onEach import kotlinx.coroutines.flow.stateIn typealias BlurAppliedListener = Consumer<Int> Loading Loading @@ -94,7 +92,6 @@ constructor( awaitClose { crossWindowBlurListeners.removeListener(sendUpdate) } } // stateIn because this is backed by a binder call. .onEach { Log.d(TAG, "isBlurSupported changed to $it") } .stateIn(scope, SharingStarted.WhileSubscribed(), false) override var blurAppliedListener: BlurAppliedListener? = null Loading