OSDN Git Service

scroll text field with touch
authorCary Clark <cary@android.com>
Mon, 28 Sep 2009 16:57:26 +0000 (12:57 -0400)
committerCary Clark <cary@android.com>
Tue, 29 Sep 2009 19:42:07 +0000 (15:42 -0400)
commit22526e698d410058e24987164a4e6a01bd4d80b0
tree5a1ff9c5561104532eac0357998668f94566af88
parent79e85346fd39c817cc4ef96d816f311d200f9c77
scroll text field with touch

Pass the percentage of the current scroll from the UI
thread to webkit. The max scroll in X is computed as
renderer->scrollWidth() - renderer->clientWidth().

Companion fix is in framework/base

Fixes http://b/issue?id=2133049
WebKit/android/jni/WebViewCore.cpp
WebKit/android/jni/WebViewCore.h