Loading api/current.xml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -243594,7 +243594,7 @@ synchronized="false" synchronized="false" static="false" static="false" final="false" final="false" deprecated="not deprecated" deprecated="deprecated" visibility="public" visibility="public" > > </method> </method> core/java/android/webkit/WebView.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1359,10 +1359,10 @@ public class WebView extends AbsoluteLayout return mTitleBar != null ? mTitleBar.getHeight() : 0; return mTitleBar != null ? mTitleBar.getHeight() : 0; } } /* /** * Return the amount of the titlebarview (if any) that is visible * Return the amount of the titlebarview (if any) that is visible * * * @hide * @deprecated */ */ public int getVisibleTitleHeight() { public int getVisibleTitleHeight() { // need to restrict mScrollY due to over scroll // need to restrict mScrollY due to over scroll Loading Loading
api/current.xml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -243594,7 +243594,7 @@ synchronized="false" synchronized="false" static="false" static="false" final="false" final="false" deprecated="not deprecated" deprecated="deprecated" visibility="public" visibility="public" > > </method> </method>
core/java/android/webkit/WebView.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1359,10 +1359,10 @@ public class WebView extends AbsoluteLayout return mTitleBar != null ? mTitleBar.getHeight() : 0; return mTitleBar != null ? mTitleBar.getHeight() : 0; } } /* /** * Return the amount of the titlebarview (if any) that is visible * Return the amount of the titlebarview (if any) that is visible * * * @hide * @deprecated */ */ public int getVisibleTitleHeight() { public int getVisibleTitleHeight() { // need to restrict mScrollY due to over scroll // need to restrict mScrollY due to over scroll Loading