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

/frameworks/base/core/java/android/content/
H A DLoader.java240 * has been called and no calls to {@link #stopLoading()} or
278 * Calling {@link #stopLoading} will stop the delivery of callbacks.
377 public void stopLoading() { method in class:Loader
384 * as per {@link #stopLoading()}. This is not called by clients directly,
385 * but as a result of a call to {@link #stopLoading()}.
/frameworks/support/v4/java/android/support/v4/content/
H A DLoader.java222 * has been called and no calls to {@link #stopLoading()} or
260 * Calling {@link #stopLoading} will stop the delivery of callbacks.
359 public void stopLoading() { method in class:Loader
366 * as per {@link #stopLoading()}. This is not called by clients directly,
367 * but as a result of a call to {@link #stopLoading()}.
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java112 public void stopLoading() { method in class:WebView
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java133 public void stopLoading(); method in interface:WebViewProvider
H A DWebView.java1027 public void stopLoading() { method in class:WebView
1029 mProvider.stopLoading();

Completed in 148 milliseconds