Searched defs:stopLoading (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/content/
H A DLoader.java239 * has been called and no calls to {@link #stopLoading()} or
277 * Calling {@link #stopLoading} will stop the delivery of callbacks.
376 public void stopLoading() { method in class:Loader
383 * as per {@link #stopLoading()}. This is not called by clients directly,
384 * but as a result of a call to {@link #stopLoading()}.
/frameworks/support/v4/java/android/support/v4/content/
H A DLoader.java153 * has been called and no calls to {@link #stopLoading()} or
185 * Calling {@link #stopLoading} will stop the delivery of callbacks.
241 public void stopLoading() { method in class:Loader
248 * as per {@link #stopLoading()}. This is not called by clients directly,
249 * but as a result of a call to {@link #stopLoading()}.
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java120 public void stopLoading() { method in class:WebView
/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java1269 public void stopLoading() { method in class:BrowserFrame
H A DWebViewProvider.java119 public void stopLoading(); method in interface:WebViewProvider
H A DWebView.java875 public void stopLoading() { method in class:WebView
877 mProvider.stopLoading();
H A DWebViewCore.java1373 stopLoading();
1423 stopLoading();
1915 void stopLoading() { method in class:WebViewCore
1916 if (DebugFlags.WEB_VIEW_CORE) Log.v(LOGTAG, "CORE stopLoading");
1918 mBrowserFrame.stopLoading();
H A DWebViewClassic.java2589 * See {@link WebView#stopLoading()}
2592 public void stopLoading() { method in class:WebViewClassic

Completed in 158 milliseconds