Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72a64159 authored by Helen Cheuk's avatar Helen Cheuk Committed by Android (Google) Code Review
Browse files

Merge "[Action Corner] Reduce delay for active action corner" into main

parents fad58389 c746b257
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 =
+1 −1
Original line number Diff line number Diff line
@@ -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
    }
}