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

/frameworks/base/core/java/android/content/
H A DLoader.java175 * has been called and no calls to {@link #stopLoading()} or
213 * Calling {@link #stopLoading} will stop the delivery of callbacks.
275 public void stopLoading() { method in class:Loader
282 * as per {@link #stopLoading()}. This is not called by clients directly,
283 * 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.java1361 public void stopLoading() { method in class:BrowserFrame
H A DWebViewCore.java1211 stopLoading();
1265 stopLoading();
1739 void stopLoading() { method in class:WebViewCore
1740 if (DebugFlags.WEB_VIEW_CORE) Log.v(LOGTAG, "CORE stopLoading");
1742 mBrowserFrame.stopLoading();
H A DWebView.java2252 public void stopLoading() { method in class:WebView

Completed in 193 milliseconds