diff options
| author | Leon Scroggins <scroggo@google.com> | 2009-09-02 21:12:08 -0400 |
|---|---|---|
| committer | Leon Scroggins <scroggo@google.com> | 2009-09-03 14:08:53 -0400 |
| commit | 0236e673d8b980fd6333c18505129c6b49e38cd1 (patch) | |
| tree | 335340394830c354893c9a342ec20a9bdb57ccde /core/java/android/webkit/WebChromeClient.java | |
| parent | 70fc625745b5c6303951113e6d17ea57870fe2f7 (diff) | |
Attach the title bar to the top of the page.
Remove the old notions of changing the viewing mode
resulting in changing the visibility of the title bar.
Instead, attach the title bar to the top of the page.
Change contentToView() to contentToViewY() (and an X
version; same change for viewToContent), to account
for the title bar's height. Adjust the parameters
for drawing the scroll bar to account for the title bar.
Requires a change to packages/apps/Browser.
Change-Id: Ic0f7d6e0a1cce58ba2bca87337cf72a8194e9aa4
Diffstat (limited to 'core/java/android/webkit/WebChromeClient.java')
| -rw-r--r-- | core/java/android/webkit/WebChromeClient.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/java/android/webkit/WebChromeClient.java b/core/java/android/webkit/WebChromeClient.java index ad4ba0570d98..6421fe739d4f 100644 --- a/core/java/android/webkit/WebChromeClient.java +++ b/core/java/android/webkit/WebChromeClient.java @@ -23,15 +23,6 @@ import android.view.View; public class WebChromeClient { /** - * Tell the host application that the WebView has changed viewing modes. - * @param view The WebView that initiated the callback. - * @param newViewingMode One of the values described in WebView as possible - * values for the viewing mode - * @hide - */ - public void onChangeViewingMode(WebView view, int newViewingMode) {} - - /** * Tell the host application the current progress of loading a page. * @param view The WebView that initiated the callback. * @param newProgress Current page loading progress, represented by |
