Skip to content

Commit 39edeee

Browse files
Jonathan DixonAndroid (Google) Code Review
authored andcommitted
Merge "Hide WebView.getZoomControls()"
2 parents ce4c103 + c69be70 commit 39edeee

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

api/16.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25204,7 +25204,6 @@ package android.webkit {
2520425204
method public java.lang.String getTitle();
2520525205
method public java.lang.String getUrl();
2520625206
method public deprecated int getVisibleTitleHeight();
25207-
method public deprecated android.view.View getZoomControls();
2520825207
method public void goBack();
2520925208
method public void goBackOrForward(int);
2521025209
method public void goForward();

api/current.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25796,7 +25796,6 @@ package android.webkit {
2579625796
method public java.lang.String getTitle();
2579725797
method public java.lang.String getUrl();
2579825798
method public deprecated int getVisibleTitleHeight();
25799-
method public deprecated android.view.View getZoomControls();
2580025799
method public void goBack();
2580125800
method public void goBackOrForward(int);
2580225801
method public void goForward();

core/java/android/webkit/WebView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,6 +1539,7 @@ public void flingScroll(int vx, int vy) {
15391539
*
15401540
* @deprecated The built-in zoom mechanism is preferred, see
15411541
* {@link WebSettings#setBuiltInZoomControls(boolean)}.
1542+
* @hide since API version 16.
15421543
*/
15431544
@Deprecated
15441545
public View getZoomControls() {

0 commit comments

Comments
 (0)