Provide a getter to access the width of the HTML document.

Necessary to scale thumbnail pictures to show the full page width.

Change-Id: I631e880b09fe66403ea71bf5e019899a180e6a53
This commit is contained in:
Leon Scroggins
2009-09-23 13:41:01 -04:00
parent 0acf9a5b2f
commit ea96d1e27f

View File

@@ -2185,6 +2185,14 @@ public class WebView extends AbsoluteLayout
return mContentHeight;
}
/**
* @return the width of the HTML content.
* @hide
*/
public int getContentWidth() {
return mContentWidth;
}
/**
* Pause all layout, parsing, and javascript timers for all webviews. This
* is a global requests, not restricted to just this webview. This can be