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

/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java805 int mNativeLayer; field in class:WebViewCore.TouchUpData
813 int mNativeLayer; field in class:WebViewCore.TouchHighlightData
854 int mNativeLayer; field in class:WebViewCore.TouchEventData
1374 if (touchUpData.mNativeLayer != 0) {
1375 nativeScrollLayer(touchUpData.mNativeLayer,
1392 if (ted.mNativeLayer != 0) {
1393 nativeScrollLayer(ted.mNativeLayer,
1619 if (d.mNativeLayer != 0) {
1620 nativeScrollLayer(d.mNativeLayer,

Completed in 56 milliseconds