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

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java8705 private native boolean nativeEvaluateLayersAnimations(int nativeInstance); argument
8706 private native int nativeCreateDrawGLFunction(int nativeInstance, Rect invScreenRect, argument
8708 private native int nativeGetDrawGLFunction(int nativeInstance); argument
8709 private native void nativeUpdateDrawGLFunction(int nativeInstance, Rect invScreenRect, argument
8713 private native boolean nativeSetBaseLayer(int nativeInstance, argument
8716 private native int nativeGetBaseLayer(int nativeInstance); argument
8718 private native boolean nativeDumpLayerContentToPicture(int nativeInstance, argument
8734 private native int nativeScrollableLayer(int nativeInstance, int x, int y, Rect scrollRect, argument
8738 * @param nativeInstance Native WebView instance
8744 private native boolean nativeScrollLayer(int nativeInstance, in argument
8746 nativeGetBackgroundColor(int nativeInstance) argument
[all...]

Completed in 25 milliseconds