deprecate getVisibleTitleHeight

Bug: 4104535

Change-Id: I8a6ef21d38a25848efa28e2c06cf2da0ff7af9c4
This commit is contained in:
Michael Kolb
2011-03-16 09:11:51 -07:00
parent ff51d29a0b
commit e54f66524e
2 changed files with 3 additions and 3 deletions

View File

@@ -243594,7 +243594,7 @@
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
deprecated="deprecated"
visibility="public"
>
</method>

View File

@@ -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