Commit 49398e33 authored by Kevin Schoedel's avatar Kevin Schoedel Committed by Commit Bot

Tune cast_shell scroll fling.

Modifies the acknowledged fudge factor for more pleasant scrolling.
Also adds subdirectory OWNERS for facilitating future fudging.

Bug: b/77490018
Test: on device
Change-Id: Id60ad0d1326dfb7c3e42be22b99cc20021a32c28
Reviewed-on: https://chromium-review.googlesource.com/996132Reviewed-by: default avatarSadrul Chowdhury <sadrul@chromium.org>
Commit-Queue: Kevin Schoedel <kpschoedel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548160}
parent a6e42192
alexst@chromium.org
kpschoedel@chromium.org
rdaum@chromium.org
spang@chromium.org
...@@ -186,7 +186,7 @@ Scroller::Scroller(const Config& config) ...@@ -186,7 +186,7 @@ Scroller::Scroller(const Config& config)
distance_(0), distance_(0),
fling_friction_(config.fling_friction), fling_friction_(config.fling_friction),
deceleration_(ComputeDeceleration(fling_friction_)), deceleration_(ComputeDeceleration(fling_friction_)),
tuning_coeff_(ComputeDeceleration(0.84f)) { tuning_coeff_(ComputeDeceleration(3.25f)) {
} }
Scroller::~Scroller() { Scroller::~Scroller() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment