am 6d181166: Merge change 26615 into eclair
Merge commit '6d181166a2e5c819e274397f90e33d340061750f' into eclair-plus-aosp * commit '6d181166a2e5c819e274397f90e33d340061750f': Provide a getter to access the width of the HTML document.
This commit is contained in:
@@ -2185,6 +2185,14 @@ public class WebView extends AbsoluteLayout
|
|||||||
return mContentHeight;
|
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
|
* Pause all layout, parsing, and javascript timers for all webviews. This
|
||||||
* is a global requests, not restricted to just this webview. This can be
|
* is a global requests, not restricted to just this webview. This can be
|
||||||
|
|||||||
Reference in New Issue
Block a user