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

Commit 3f5ff7b2 authored by Michael Mikhail's avatar Michael Mikhail
Browse files

Update seekbar time every 500 milliseconds

Flag: EXEMPT BUGFIX
Bug: 399164287
Test: atest SeekbarViewModelTest
Change-Id: I2b56f71273c609a61ecdb719cb8434c2ca9e6728
parent b9a9cd5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ import com.android.systemui.util.concurrency.RepeatableExecutor
import javax.inject.Inject
import kotlin.math.abs

private const val POSITION_UPDATE_INTERVAL_MILLIS = 100L
private const val POSITION_UPDATE_INTERVAL_MILLIS = 500L
private const val MIN_FLING_VELOCITY_SCALE_FACTOR = 10

private const val TRACE_POSITION_NAME = "SeekBarPollingPosition"