Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Issue 11231018: Add a mechanism to provide non-linear scaling of fling acceleration. (Closed)

Created:
8 years, 2 months ago by rjkroege
Modified:
8 years, 2 months ago
Reviewers:
sadrul
CC:
chromium-reviews
Visibility:
Public.

Description

Add a mechanism to provide non-linear scaling of fling acceleration. touchscreen fling is too slow at high velocities. This patch addes a facility to permit adjusting the fling acceleration multiplier differently across a uniform range of fling velocities so that fast flings can go extra fast and slow flings will be gentle. BUG=141653 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=163693

Patch Set 1 #

Total comments: 9

Patch Set 2 : review comments addressed #

Total comments: 8

Patch Set 3 : more review nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -3 lines) Patch
M ui/base/gestures/gesture_sequence.cc View 1 2 2 chunks +55 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
rjkroege
Makes touchscreen fling controlled by a table. Please take a look.
8 years, 2 months ago (2012-10-19 22:41:23 UTC) #1
sadrul
http://codereview.chromium.org/11231018/diff/1/ui/base/gestures/gesture_sequence.cc File ui/base/gestures/gesture_sequence.cc (right): http://codereview.chromium.org/11231018/diff/1/ui/base/gestures/gesture_sequence.cc#newcode299 ui/base/gestures/gesture_sequence.cc:299: static void SetDefaultFlingVelocityScaling() { I think functions in anonymous ...
8 years, 2 months ago (2012-10-20 01:28:51 UTC) #2
rjkroege
ptal. http://codereview.chromium.org/11231018/diff/1/ui/base/gestures/gesture_sequence.cc File ui/base/gestures/gesture_sequence.cc (right): http://codereview.chromium.org/11231018/diff/1/ui/base/gestures/gesture_sequence.cc#newcode299 ui/base/gestures/gesture_sequence.cc:299: static void SetDefaultFlingVelocityScaling() { On 2012/10/20 01:28:51, sadrul ...
8 years, 2 months ago (2012-10-22 15:21:33 UTC) #3
sadrul
LGTM http://codereview.chromium.org/11231018/diff/4001/ui/base/gestures/gesture_sequence.cc File ui/base/gestures/gesture_sequence.cc (right): http://codereview.chromium.org/11231018/diff/4001/ui/base/gestures/gesture_sequence.cc#newcode8 ui/base/gestures/gesture_sequence.cc:8: #include <stdio.h> This isn't needed anymore. http://codereview.chromium.org/11231018/diff/4001/ui/base/gestures/gesture_sequence.cc#newcode13 ui/base/gestures/gesture_sequence.cc:13: ...
8 years, 2 months ago (2012-10-22 16:24:28 UTC) #4
rjkroege
http://codereview.chromium.org/11231018/diff/4001/ui/base/gestures/gesture_sequence.cc File ui/base/gestures/gesture_sequence.cc (right): http://codereview.chromium.org/11231018/diff/4001/ui/base/gestures/gesture_sequence.cc#newcode8 ui/base/gestures/gesture_sequence.cc:8: #include <stdio.h> On 2012/10/22 16:24:28, sadrul wrote: > This ...
8 years, 2 months ago (2012-10-23 19:10:52 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rjkroege@chromium.org/11231018/2004
8 years, 2 months ago (2012-10-23 19:11:25 UTC) #6
commit-bot: I haz the power
8 years, 2 months ago (2012-10-23 22:02:55 UTC) #7
Change committed as 163693

Powered by Google App Engine
This is Rietveld 408576698