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

/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java8695 private native boolean nativeEvaluateLayersAnimations(int nativeInstance); argument
8696 private native int nativeCreateDrawGLFunction(int nativeInstance, Rect invScreenRect, argument
8698 private native int nativeGetDrawGLFunction(int nativeInstance); argument
8699 private native void nativeUpdateDrawGLFunction(int nativeInstance, Rect invScreenRect, argument
8703 private native boolean nativeSetBaseLayer(int nativeInstance, argument
8706 private native int nativeGetBaseLayer(int nativeInstance); argument
8708 private native boolean nativeDumpLayerContentToPicture(int nativeInstance, argument
8724 private native int nativeScrollableLayer(int nativeInstance, int x, int y, Rect scrollRect, argument
8728 * @param nativeInstance Native WebView instance
8734 private native boolean nativeScrollLayer(int nativeInstance, in argument
8736 nativeGetBackgroundColor(int nativeInstance) argument
[all...]

Completed in 41 milliseconds