Searched defs:MIN_SCROLL_DIFF (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp1115 static const int MIN_SCROLL_DIFF = 32; local
1118 if (std::abs(currentPoint.x() - dx) >= MIN_SCROLL_DIFF ||
1119 std::abs(currentPoint.y() - dy) >= MIN_SCROLL_DIFF) {

Completed in 32 milliseconds