Loading packages/SystemUI/multivalentTests/src/com/android/systemui/actioncorner/data/repository/ActionCornerRepositoryTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -279,7 +279,7 @@ class ActionCornerRepositoryTest : SysuiTestCase() { companion object { private val metrics = WindowMetrics(Rect(0, 0, 2560, 1600), mock<WindowInsets>(), 2f) private const val ACTION_CORNER_DP = 8f private val DEBOUNCE_DELAY = 200.milliseconds private val DEBOUNCE_DELAY = 50.milliseconds private val cornerSize = ACTION_CORNER_DP * metrics.density private val display = Loading packages/SystemUI/src/com/android/systemui/actioncorner/data/repository/ActionCornerRepository.kt +1 −1 Original line number Diff line number Diff line Loading @@ -142,6 +142,6 @@ constructor( companion object { private const val ACTION_CORNER_DP = 8f private val DEBOUNCE_DELAY = 200.milliseconds private val DEBOUNCE_DELAY = 50.milliseconds } } Loading
packages/SystemUI/multivalentTests/src/com/android/systemui/actioncorner/data/repository/ActionCornerRepositoryTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -279,7 +279,7 @@ class ActionCornerRepositoryTest : SysuiTestCase() { companion object { private val metrics = WindowMetrics(Rect(0, 0, 2560, 1600), mock<WindowInsets>(), 2f) private const val ACTION_CORNER_DP = 8f private val DEBOUNCE_DELAY = 200.milliseconds private val DEBOUNCE_DELAY = 50.milliseconds private val cornerSize = ACTION_CORNER_DP * metrics.density private val display = Loading
packages/SystemUI/src/com/android/systemui/actioncorner/data/repository/ActionCornerRepository.kt +1 −1 Original line number Diff line number Diff line Loading @@ -142,6 +142,6 @@ constructor( companion object { private const val ACTION_CORNER_DP = 8f private val DEBOUNCE_DELAY = 200.milliseconds private val DEBOUNCE_DELAY = 50.milliseconds } }