Merge "deprecate getVisibleTitleHeight" into honeycomb-mr1
This commit is contained in:
@@ -243594,7 +243594,7 @@
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
deprecated="deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
</method>
|
||||
|
||||
@@ -1359,10 +1359,10 @@ public class WebView extends AbsoluteLayout
|
||||
return mTitleBar != null ? mTitleBar.getHeight() : 0;
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Return the amount of the titlebarview (if any) that is visible
|
||||
*
|
||||
* @hide
|
||||
* @deprecated
|
||||
*/
|
||||
public int getVisibleTitleHeight() {
|
||||
// need to restrict mScrollY due to over scroll
|
||||
|
||||
Reference in New Issue
Block a user