FileDocCategorySizeDatePackage
WebViewFragment.javaAPI DocAndroid 5.1 API695Sat Mar 14 14:09:42 GMT 2015android.webkit

WebViewFragment.java

package android.webkit;
public class WebViewFragment
  extends android.app.Fragment
{
public  WebViewFragment() { throw new RuntimeException("Stub!"); }
public  android.view.View onCreateView(android.view.LayoutInflater inflater, android.view.ViewGroup container, android.os.Bundle savedInstanceState) { throw new RuntimeException("Stub!"); }
public  void onPause() { throw new RuntimeException("Stub!"); }
public  void onResume() { throw new RuntimeException("Stub!"); }
public  void onDestroyView() { throw new RuntimeException("Stub!"); }
public  void onDestroy() { throw new RuntimeException("Stub!"); }
public  android.webkit.WebView getWebView() { throw new RuntimeException("Stub!"); }
}