android.webkit.WebSettings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.webkit;
public abstract class WebSettings
{
public static enum LayoutAlgorithm
{
NARROW_COLUMNS(),
NORMAL(),
SINGLE_COLUMN();
}
@Deprecated
public static enum TextSize
{
LARGER(),
LARGEST(),
NORMAL(),
SMALLER(),
SMALLEST();
}
public static enum ZoomDensity
{
CLOSE(),
FAR(),
MEDIUM();
}
public static enum RenderPriority
{
HIGH(),
LOW(),
NORMAL();
}
public static enum PluginState
{
OFF(),
ON(),
ON_DEMAND();
}
WebSettings() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public void setNavDump(boolean enabled) { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public boolean getNavDump() { throw new RuntimeException("Stub!"); }
public void setSupportZoom(boolean support) { throw new RuntimeException("Stub!"); }
public boolean supportZoom() { throw new RuntimeException("Stub!"); }
public void setBuiltInZoomControls(boolean enabled) { throw new RuntimeException("Stub!"); }
public boolean getBuiltInZoomControls() { throw new RuntimeException("Stub!"); }
public void setDisplayZoomControls(boolean enabled) { throw new RuntimeException("Stub!"); }
public boolean getDisplayZoomControls() { throw new RuntimeException("Stub!"); }
public void setAllowFileAccess(boolean allow) { throw new RuntimeException("Stub!"); }
public boolean getAllowFileAccess() { throw new RuntimeException("Stub!"); }
public void setAllowContentAccess(boolean allow) { throw new RuntimeException("Stub!"); }
public boolean getAllowContentAccess() { throw new RuntimeException("Stub!"); }
public void setLoadWithOverviewMode(boolean overview) { throw new RuntimeException("Stub!"); }
public boolean getLoadWithOverviewMode() { throw new RuntimeException("Stub!"); }
public void setEnableSmoothTransition(boolean enable) { throw new RuntimeException("Stub!"); }
public boolean enableSmoothTransition() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public void setUseWebViewBackgroundForOverscrollBackground(boolean view) { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public boolean getUseWebViewBackgroundForOverscrollBackground() { throw new RuntimeException("Stub!"); }
public void setSaveFormData(boolean save) { throw new RuntimeException("Stub!"); }
public boolean getSaveFormData() { throw new RuntimeException("Stub!"); }
public void setSavePassword(boolean save) { throw new RuntimeException("Stub!"); }
public boolean getSavePassword() { throw new RuntimeException("Stub!"); }
public synchronized void setTextZoom(int textZoom) { throw new RuntimeException("Stub!"); }
public synchronized int getTextZoom() { throw new RuntimeException("Stub!"); }
@Deprecated
public synchronized void setTextSize(android.webkit.WebSettings.TextSize t) { throw new RuntimeException("Stub!"); }
@Deprecated
public synchronized android.webkit.WebSettings.TextSize getTextSize() { throw new RuntimeException("Stub!"); }
public void setDefaultZoom(android.webkit.WebSettings.ZoomDensity zoom) { throw new RuntimeException("Stub!"); }
public android.webkit.WebSettings.ZoomDensity getDefaultZoom() { throw new RuntimeException("Stub!"); }
public void setLightTouchEnabled(boolean enabled) { throw new RuntimeException("Stub!"); }
public boolean getLightTouchEnabled() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public synchronized void setUseDoubleTree(boolean use) { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public synchronized boolean getUseDoubleTree() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public synchronized void setUserAgent(int ua) { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public synchronized int getUserAgent() { throw new RuntimeException("Stub!"); }
public synchronized void setUseWideViewPort(boolean use) { throw new RuntimeException("Stub!"); }
public synchronized boolean getUseWideViewPort() { throw new RuntimeException("Stub!"); }
public synchronized void setSupportMultipleWindows(boolean support) { throw new RuntimeException("Stub!"); }
public synchronized boolean supportMultipleWindows() { throw new RuntimeException("Stub!"); }
public synchronized void setLayoutAlgorithm(android.webkit.WebSettings.LayoutAlgorithm l) { throw new RuntimeException("Stub!"); }
public synchronized android.webkit.WebSettings.LayoutAlgorithm getLayoutAlgorithm() { throw new RuntimeException("Stub!"); }
public synchronized void setStandardFontFamily(java.lang.String font) { throw new RuntimeException("Stub!"); }
public synchronized java.lang.String getStandardFontFamily() { throw new RuntimeException("Stub!"); }
public synchronized void setFixedFontFamily(java.lang.String font) { throw new RuntimeException("Stub!"); }
public synchronized java.lang.String getFixedFontFamily() { throw new RuntimeException("Stub!"); }
public synchronized void setSansSerifFontFamily(java.lang.String font) { throw new RuntimeException("Stub!"); }
public synchronized java.lang.String getSansSerifFontFamily() { throw new RuntimeException("Stub!"); }
public synchronized void setSerifFontFamily(java.lang.String font) { throw new RuntimeException("Stub!"); }
public synchronized java.lang.String getSerifFontFamily() { throw new RuntimeException("Stub!"); }
public synchronized void setCursiveFontFamily(java.lang.String font) { throw new RuntimeException("Stub!"); }
public synchronized java.lang.String getCursiveFontFamily() { throw new RuntimeException("Stub!"); }
public synchronized void setFantasyFontFamily(java.lang.String font) { throw new RuntimeException("Stub!"); }
public synchronized java.lang.String getFantasyFontFamily() { throw new RuntimeException("Stub!"); }
public synchronized void setMinimumFontSize(int size) { throw new RuntimeException("Stub!"); }
public synchronized int getMinimumFontSize() { throw new RuntimeException("Stub!"); }
public synchronized void setMinimumLogicalFontSize(int size) { throw new RuntimeException("Stub!"); }
public synchronized int getMinimumLogicalFontSize() { throw new RuntimeException("Stub!"); }
public synchronized void setDefaultFontSize(int size) { throw new RuntimeException("Stub!"); }
public synchronized int getDefaultFontSize() { throw new RuntimeException("Stub!"); }
public synchronized void setDefaultFixedFontSize(int size) { throw new RuntimeException("Stub!"); }
public synchronized int getDefaultFixedFontSize() { throw new RuntimeException("Stub!"); }
public synchronized void setLoadsImagesAutomatically(boolean flag) { throw new RuntimeException("Stub!"); }
public synchronized boolean getLoadsImagesAutomatically() { throw new RuntimeException("Stub!"); }
public synchronized void setBlockNetworkImage(boolean flag) { throw new RuntimeException("Stub!"); }
public synchronized boolean getBlockNetworkImage() { throw new RuntimeException("Stub!"); }
public synchronized void setBlockNetworkLoads(boolean flag) { throw new RuntimeException("Stub!"); }
public synchronized boolean getBlockNetworkLoads() { throw new RuntimeException("Stub!"); }
public synchronized void setJavaScriptEnabled(boolean flag) { throw new RuntimeException("Stub!"); }
public abstract void setAllowUniversalAccessFromFileURLs(boolean flag);
public abstract void setAllowFileAccessFromFileURLs(boolean flag);
@java.lang.Deprecated()
public synchronized void setPluginsEnabled(boolean flag) { throw new RuntimeException("Stub!"); }
public synchronized void setPluginState(android.webkit.WebSettings.PluginState state) { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public synchronized void setPluginsPath(java.lang.String pluginsPath) { throw new RuntimeException("Stub!"); }
public synchronized void setDatabasePath(java.lang.String databasePath) { throw new RuntimeException("Stub!"); }
public synchronized void setGeolocationDatabasePath(java.lang.String databasePath) { throw new RuntimeException("Stub!"); }
public synchronized void setAppCacheEnabled(boolean flag) { throw new RuntimeException("Stub!"); }
public synchronized void setAppCachePath(java.lang.String appCachePath) { throw new RuntimeException("Stub!"); }
public synchronized void setAppCacheMaxSize(long appCacheMaxSize) { throw new RuntimeException("Stub!"); }
public synchronized void setDatabaseEnabled(boolean flag) { throw new RuntimeException("Stub!"); }
public synchronized void setDomStorageEnabled(boolean flag) { throw new RuntimeException("Stub!"); }
public synchronized boolean getDomStorageEnabled() { throw new RuntimeException("Stub!"); }
public synchronized java.lang.String getDatabasePath() { throw new RuntimeException("Stub!"); }
public synchronized boolean getDatabaseEnabled() { throw new RuntimeException("Stub!"); }
public synchronized void setGeolocationEnabled(boolean flag) { throw new RuntimeException("Stub!"); }
public synchronized boolean getJavaScriptEnabled() { throw new RuntimeException("Stub!"); }
public abstract boolean getAllowUniversalAccessFromFileURLs();
public abstract boolean getAllowFileAccessFromFileURLs();
@java.lang.Deprecated()
public synchronized boolean getPluginsEnabled() { throw new RuntimeException("Stub!"); }
public synchronized android.webkit.WebSettings.PluginState getPluginState() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public synchronized java.lang.String getPluginsPath() { throw new RuntimeException("Stub!"); }
public synchronized void setJavaScriptCanOpenWindowsAutomatically(boolean flag) { throw new RuntimeException("Stub!"); }
public synchronized boolean getJavaScriptCanOpenWindowsAutomatically() { throw new RuntimeException("Stub!"); }
public synchronized void setDefaultTextEncodingName(java.lang.String encoding) { throw new RuntimeException("Stub!"); }
public synchronized java.lang.String getDefaultTextEncodingName() { throw new RuntimeException("Stub!"); }
public synchronized void setUserAgentString(java.lang.String ua) { throw new RuntimeException("Stub!"); }
public synchronized java.lang.String getUserAgentString() { throw new RuntimeException("Stub!"); }
public void setNeedInitialFocus(boolean flag) { throw new RuntimeException("Stub!"); }
public synchronized void setRenderPriority(android.webkit.WebSettings.RenderPriority priority) { throw new RuntimeException("Stub!"); }
public void setCacheMode(int mode) { throw new RuntimeException("Stub!"); }
public int getCacheMode() { throw new RuntimeException("Stub!"); }
public static final int LOAD_DEFAULT = -1;
public static final int LOAD_NORMAL = 0;
public static final int LOAD_CACHE_ELSE_NETWORK = 1;
public static final int LOAD_NO_CACHE = 2;
public static final int LOAD_CACHE_ONLY = 3;
}