commit | 4f1b84736b0256a57d4f7ed522ede84747209906 | [log] [tgz] |
---|---|---|
author | PrimeDirective <activethrasher00@gmail.com> | Mon Sep 30 13:41:16 2013 -0400 |
committer | Jackeagle <jackeagle102@gmail.com> | Mon Nov 20 07:51:23 2017 -0500 |
tree | a544fc025e6da0911ccc10b32eb6f63f381f4e1c | |
parent | 311bd13515a53c0cdaa3db0319ba0f32f85a709a [diff] |
Scroll: modified velocitytracker Velocitytracker and overscroll are called on every touch event to calculate if there is a scrolling/fling. Move this and the recycling to static voids so they are pre-optimized at compile time rather than after evoking the method call during runtime (JIT) to increase responsiveness. -Vanir Change-Id: Ic7351da58f29281ca2b6a788386b95b68b552390 Signed-off-by: Simao Gomes Viana <xdevs23@outlook.com>