PageRenderTime 26ms CodeModel.GetById 35ms RepoModel.GetById 0ms app.codeStats 0ms

/out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/src/android/webkit/WebView.java

https://github.com/JTroniks/CyanogenMod-7
Java | 147 lines | 147 code | 0 blank | 0 comment | 0 complexity | 30cc05b8f174a9a452af5dcbea4838c0 MD5 | raw file
  1. package android.webkit;
  2. public class WebView
  3. extends android.widget.AbsoluteLayout
  4. implements android.view.ViewTreeObserver.OnGlobalFocusChangeListener, android.view.ViewGroup.OnHierarchyChangeListener
  5. {
  6. public class WebViewTransport
  7. {
  8. public WebViewTransport() { throw new RuntimeException("Stub!"); }
  9. public synchronized void setWebView(android.webkit.WebView webview) { throw new RuntimeException("Stub!"); }
  10. public synchronized android.webkit.WebView getWebView() { throw new RuntimeException("Stub!"); }
  11. }
  12. public static interface PictureListener
  13. {
  14. public abstract void onNewPicture(android.webkit.WebView view, android.graphics.Picture picture);
  15. }
  16. public class HitTestResult
  17. {
  18. HitTestResult() { throw new RuntimeException("Stub!"); }
  19. public int getType() { throw new RuntimeException("Stub!"); }
  20. public java.lang.String getExtra() { throw new RuntimeException("Stub!"); }
  21. public static final int UNKNOWN_TYPE = 0;
  22. public static final int ANCHOR_TYPE = 1;
  23. public static final int PHONE_TYPE = 2;
  24. public static final int GEO_TYPE = 3;
  25. public static final int EMAIL_TYPE = 4;
  26. public static final int IMAGE_TYPE = 5;
  27. public static final int IMAGE_ANCHOR_TYPE = 6;
  28. public static final int SRC_ANCHOR_TYPE = 7;
  29. public static final int SRC_IMAGE_ANCHOR_TYPE = 8;
  30. public static final int EDIT_TEXT_TYPE = 9;
  31. }
  32. public WebView(android.content.Context context) { super((android.content.Context)null,(android.util.AttributeSet)null,0); throw new RuntimeException("Stub!"); }
  33. public WebView(android.content.Context context, android.util.AttributeSet attrs) { super((android.content.Context)null,(android.util.AttributeSet)null,0); throw new RuntimeException("Stub!"); }
  34. public WebView(android.content.Context context, android.util.AttributeSet attrs, int defStyle) { super((android.content.Context)null,(android.util.AttributeSet)null,0); throw new RuntimeException("Stub!"); }
  35. public void setOverScrollMode(int mode) { throw new RuntimeException("Stub!"); }
  36. public void setScrollBarStyle(int style) { throw new RuntimeException("Stub!"); }
  37. public void setHorizontalScrollbarOverlay(boolean overlay) { throw new RuntimeException("Stub!"); }
  38. public void setVerticalScrollbarOverlay(boolean overlay) { throw new RuntimeException("Stub!"); }
  39. public boolean overlayHorizontalScrollbar() { throw new RuntimeException("Stub!"); }
  40. public boolean overlayVerticalScrollbar() { throw new RuntimeException("Stub!"); }
  41. public android.net.http.SslCertificate getCertificate() { throw new RuntimeException("Stub!"); }
  42. public void setCertificate(android.net.http.SslCertificate certificate) { throw new RuntimeException("Stub!"); }
  43. public void savePassword(java.lang.String host, java.lang.String username, java.lang.String password) { throw new RuntimeException("Stub!"); }
  44. public void setHttpAuthUsernamePassword(java.lang.String host, java.lang.String realm, java.lang.String username, java.lang.String password) { throw new RuntimeException("Stub!"); }
  45. public java.lang.String[] getHttpAuthUsernamePassword(java.lang.String host, java.lang.String realm) { throw new RuntimeException("Stub!"); }
  46. public void destroy() { throw new RuntimeException("Stub!"); }
  47. public static void enablePlatformNotifications() { throw new RuntimeException("Stub!"); }
  48. public static void disablePlatformNotifications() { throw new RuntimeException("Stub!"); }
  49. public void setNetworkAvailable(boolean networkUp) { throw new RuntimeException("Stub!"); }
  50. public android.webkit.WebBackForwardList saveState(android.os.Bundle outState) { throw new RuntimeException("Stub!"); }
  51. public boolean savePicture(android.os.Bundle b, java.io.File dest) { throw new RuntimeException("Stub!"); }
  52. public boolean restorePicture(android.os.Bundle b, java.io.File src) { throw new RuntimeException("Stub!"); }
  53. public android.webkit.WebBackForwardList restoreState(android.os.Bundle inState) { throw new RuntimeException("Stub!"); }
  54. public void loadUrl(java.lang.String url, java.util.Map<java.lang.String, java.lang.String> extraHeaders) { throw new RuntimeException("Stub!"); }
  55. public void loadUrl(java.lang.String url) { throw new RuntimeException("Stub!"); }
  56. public void postUrl(java.lang.String url, byte[] postData) { throw new RuntimeException("Stub!"); }
  57. public void loadData(java.lang.String data, java.lang.String mimeType, java.lang.String encoding) { throw new RuntimeException("Stub!"); }
  58. public void loadDataWithBaseURL(java.lang.String baseUrl, java.lang.String data, java.lang.String mimeType, java.lang.String encoding, java.lang.String historyUrl) { throw new RuntimeException("Stub!"); }
  59. public void stopLoading() { throw new RuntimeException("Stub!"); }
  60. public void reload() { throw new RuntimeException("Stub!"); }
  61. public boolean canGoBack() { throw new RuntimeException("Stub!"); }
  62. public void goBack() { throw new RuntimeException("Stub!"); }
  63. public boolean canGoForward() { throw new RuntimeException("Stub!"); }
  64. public void goForward() { throw new RuntimeException("Stub!"); }
  65. public boolean canGoBackOrForward(int steps) { throw new RuntimeException("Stub!"); }
  66. public void goBackOrForward(int steps) { throw new RuntimeException("Stub!"); }
  67. public boolean pageUp(boolean top) { throw new RuntimeException("Stub!"); }
  68. public boolean pageDown(boolean bottom) { throw new RuntimeException("Stub!"); }
  69. public void clearView() { throw new RuntimeException("Stub!"); }
  70. public android.graphics.Picture capturePicture() { throw new RuntimeException("Stub!"); }
  71. public float getScale() { throw new RuntimeException("Stub!"); }
  72. public void setInitialScale(int scaleInPercent) { throw new RuntimeException("Stub!"); }
  73. public void invokeZoomPicker() { throw new RuntimeException("Stub!"); }
  74. public android.webkit.WebView.HitTestResult getHitTestResult() { throw new RuntimeException("Stub!"); }
  75. public void requestFocusNodeHref(android.os.Message hrefMsg) { throw new RuntimeException("Stub!"); }
  76. public void requestImageRef(android.os.Message msg) { throw new RuntimeException("Stub!"); }
  77. protected int computeHorizontalScrollRange() { throw new RuntimeException("Stub!"); }
  78. protected int computeHorizontalScrollOffset() { throw new RuntimeException("Stub!"); }
  79. protected int computeVerticalScrollRange() { throw new RuntimeException("Stub!"); }
  80. protected int computeVerticalScrollOffset() { throw new RuntimeException("Stub!"); }
  81. protected int computeVerticalScrollExtent() { throw new RuntimeException("Stub!"); }
  82. protected void onOverScrolled(int scrollX, int scrollY, boolean clampedX, boolean clampedY) { throw new RuntimeException("Stub!"); }
  83. public java.lang.String getUrl() { throw new RuntimeException("Stub!"); }
  84. public java.lang.String getOriginalUrl() { throw new RuntimeException("Stub!"); }
  85. public java.lang.String getTitle() { throw new RuntimeException("Stub!"); }
  86. public android.graphics.Bitmap getFavicon() { throw new RuntimeException("Stub!"); }
  87. public int getProgress() { throw new RuntimeException("Stub!"); }
  88. public int getContentHeight() { throw new RuntimeException("Stub!"); }
  89. public void pauseTimers() { throw new RuntimeException("Stub!"); }
  90. public void resumeTimers() { throw new RuntimeException("Stub!"); }
  91. public void freeMemory() { throw new RuntimeException("Stub!"); }
  92. public void clearCache(boolean includeDiskFiles) { throw new RuntimeException("Stub!"); }
  93. public void clearFormData() { throw new RuntimeException("Stub!"); }
  94. public void clearHistory() { throw new RuntimeException("Stub!"); }
  95. public void clearSslPreferences() { throw new RuntimeException("Stub!"); }
  96. public android.webkit.WebBackForwardList copyBackForwardList() { throw new RuntimeException("Stub!"); }
  97. public void findNext(boolean forward) { throw new RuntimeException("Stub!"); }
  98. public int findAll(java.lang.String find) { throw new RuntimeException("Stub!"); }
  99. public static java.lang.String findAddress(java.lang.String addr) { throw new RuntimeException("Stub!"); }
  100. public void clearMatches() { throw new RuntimeException("Stub!"); }
  101. public void documentHasImages(android.os.Message response) { throw new RuntimeException("Stub!"); }
  102. public void computeScroll() { throw new RuntimeException("Stub!"); }
  103. public void setWebViewClient(android.webkit.WebViewClient client) { throw new RuntimeException("Stub!"); }
  104. public void setDownloadListener(android.webkit.DownloadListener listener) { throw new RuntimeException("Stub!"); }
  105. public void setWebChromeClient(android.webkit.WebChromeClient client) { throw new RuntimeException("Stub!"); }
  106. public void setPictureListener(android.webkit.WebView.PictureListener listener) { throw new RuntimeException("Stub!"); }
  107. public void addJavascriptInterface(java.lang.Object obj, java.lang.String interfaceName) { throw new RuntimeException("Stub!"); }
  108. public android.webkit.WebSettings getSettings() { throw new RuntimeException("Stub!"); }
  109. public static synchronized android.webkit.PluginList getPluginList() { throw new RuntimeException("Stub!"); }
  110. public void refreshPlugins(boolean reloadOpenPages) { throw new RuntimeException("Stub!"); }
  111. protected void finalize() throws java.lang.Throwable { throw new RuntimeException("Stub!"); }
  112. protected boolean drawChild(android.graphics.Canvas canvas, android.view.View child, long drawingTime) { throw new RuntimeException("Stub!"); }
  113. protected void onDraw(android.graphics.Canvas canvas) { throw new RuntimeException("Stub!"); }
  114. public void draw(android.graphics.Canvas canvas) { throw new RuntimeException("Stub!"); }
  115. public void setLayoutParams(android.view.ViewGroup.LayoutParams params) { throw new RuntimeException("Stub!"); }
  116. public boolean performLongClick() { throw new RuntimeException("Stub!"); }
  117. public android.view.inputmethod.InputConnection onCreateInputConnection(android.view.inputmethod.EditorInfo outAttrs) { throw new RuntimeException("Stub!"); }
  118. public boolean onKeyMultiple(int keyCode, int repeatCount, android.view.KeyEvent event) { throw new RuntimeException("Stub!"); }
  119. public boolean onKeyDown(int keyCode, android.view.KeyEvent event) { throw new RuntimeException("Stub!"); }
  120. public boolean onKeyUp(int keyCode, android.view.KeyEvent event) { throw new RuntimeException("Stub!"); }
  121. public void emulateShiftHeld() { throw new RuntimeException("Stub!"); }
  122. protected void onAttachedToWindow() { throw new RuntimeException("Stub!"); }
  123. protected void onDetachedFromWindow() { throw new RuntimeException("Stub!"); }
  124. public void onChildViewAdded(android.view.View parent, android.view.View child) { throw new RuntimeException("Stub!"); }
  125. public void onChildViewRemoved(android.view.View p, android.view.View child) { throw new RuntimeException("Stub!"); }
  126. public void onGlobalFocusChanged(android.view.View oldFocus, android.view.View newFocus) { throw new RuntimeException("Stub!"); }
  127. public void onWindowFocusChanged(boolean hasWindowFocus) { throw new RuntimeException("Stub!"); }
  128. protected void onFocusChanged(boolean focused, int direction, android.graphics.Rect previouslyFocusedRect) { throw new RuntimeException("Stub!"); }
  129. protected void onSizeChanged(int w, int h, int ow, int oh) { throw new RuntimeException("Stub!"); }
  130. protected void onScrollChanged(int l, int t, int oldl, int oldt) { throw new RuntimeException("Stub!"); }
  131. public boolean dispatchKeyEvent(android.view.KeyEvent event) { throw new RuntimeException("Stub!"); }
  132. public boolean onTouchEvent(android.view.MotionEvent ev) { throw new RuntimeException("Stub!"); }
  133. public void setMapTrackballToArrowKeys(boolean setMap) { throw new RuntimeException("Stub!"); }
  134. public boolean onTrackballEvent(android.view.MotionEvent ev) { throw new RuntimeException("Stub!"); }
  135. public void flingScroll(int vx, int vy) { throw new RuntimeException("Stub!"); }
  136. public android.view.View getZoomControls() { throw new RuntimeException("Stub!"); }
  137. public boolean zoomIn() { throw new RuntimeException("Stub!"); }
  138. public boolean zoomOut() { throw new RuntimeException("Stub!"); }
  139. public boolean requestFocus(int direction, android.graphics.Rect previouslyFocusedRect) { throw new RuntimeException("Stub!"); }
  140. protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { throw new RuntimeException("Stub!"); }
  141. public boolean requestChildRectangleOnScreen(android.view.View child, android.graphics.Rect rect, boolean immediate) { throw new RuntimeException("Stub!"); }
  142. public void setBackgroundColor(int color) { throw new RuntimeException("Stub!"); }
  143. public void debugDump() { throw new RuntimeException("Stub!"); }
  144. public static final java.lang.String SCHEME_TEL = "tel:";
  145. public static final java.lang.String SCHEME_MAILTO = "mailto:";
  146. public static final java.lang.String SCHEME_GEO = "geo:0,0?q=";
  147. }