File
Doc
Category
Size
Date
Package
WebViewDelegate.java
API Doc
Android 5.1 API
1473
Sat Mar 14 14:10:04 GMT 2015
android.webkit
WebViewDelegate
java.lang.Object
public final class WebViewDelegate extends Object
Fields Summary
Constructors Summary
WebViewDelegate
()
throw new RuntimeException("Stub!");
Methods Summary
public void
addWebViewAssetPath
(
android.content.Context
context)
throw new RuntimeException("Stub!");
public void
callDrawGlFunction
(
android.graphics.Canvas
canvas,
long
nativeDrawGLFunctor)
throw new RuntimeException("Stub!");
public
boolean
canInvokeDrawGlFunctor
(
android.view.View
containerView)
throw new RuntimeException("Stub!");
public void
detachDrawGlFunctor
(
android.view.View
containerView,
long
nativeDrawGLFunctor)
throw new RuntimeException("Stub!");
public
android.app.Application
getApplication
()
throw new RuntimeException("Stub!");
public
java.lang.String
getErrorString
(
android.content.Context
context,
int
errorCode)
throw new RuntimeException("Stub!");
public
int
getPackageId
(
android.content.res.Resources
resources,
java.lang.String
packageName)
throw new RuntimeException("Stub!");
public void
invokeDrawGlFunctor
(
android.view.View
containerView,
long
nativeDrawGLFunctor,
boolean
waitForCompletion)
throw new RuntimeException("Stub!");
public
boolean
isTraceTagEnabled
()
throw new RuntimeException("Stub!");
public void
setOnTraceEnabledChangeListener
(
android.webkit.WebViewDelegate$OnTraceEnabledChangeListener
listener)
throw new RuntimeException("Stub!");
Java Code Source