Loading packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardBlueprintViewBinder.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -42,7 +42,7 @@ import kotlin.math.max import kotlinx.coroutines.launch import kotlinx.coroutines.launch private const val TAG = "KeyguardBlueprintViewBinder" private const val TAG = "KeyguardBlueprintViewBinder" private const val DEBUG = true private const val DEBUG = false @SysUISingleton @SysUISingleton class KeyguardBlueprintViewBinder class KeyguardBlueprintViewBinder Loading packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/transitions/ClockSizeTransition.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -199,7 +199,7 @@ class ClockSizeTransition( private val TRANSITION_PROPERTIES = private val TRANSITION_PROPERTIES = arrayOf(PROP_VISIBILITY, PROP_ALPHA, PROP_BOUNDS, SMARTSPACE_BOUNDS) arrayOf(PROP_VISIBILITY, PROP_ALPHA, PROP_BOUNDS, SMARTSPACE_BOUNDS) private val DEBUG = true private val DEBUG = false private val TAG = VisibilityBoundsTransition::class.simpleName!! private val TAG = VisibilityBoundsTransition::class.simpleName!! } } } } Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/KeyguardBlueprintViewBinder.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -42,7 +42,7 @@ import kotlin.math.max import kotlinx.coroutines.launch import kotlinx.coroutines.launch private const val TAG = "KeyguardBlueprintViewBinder" private const val TAG = "KeyguardBlueprintViewBinder" private const val DEBUG = true private const val DEBUG = false @SysUISingleton @SysUISingleton class KeyguardBlueprintViewBinder class KeyguardBlueprintViewBinder Loading
packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/transitions/ClockSizeTransition.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -199,7 +199,7 @@ class ClockSizeTransition( private val TRANSITION_PROPERTIES = private val TRANSITION_PROPERTIES = arrayOf(PROP_VISIBILITY, PROP_ALPHA, PROP_BOUNDS, SMARTSPACE_BOUNDS) arrayOf(PROP_VISIBILITY, PROP_ALPHA, PROP_BOUNDS, SMARTSPACE_BOUNDS) private val DEBUG = true private val DEBUG = false private val TAG = VisibilityBoundsTransition::class.simpleName!! private val TAG = VisibilityBoundsTransition::class.simpleName!! } } } } Loading