Loading api/system-current.txt +0 −2 Original line number Diff line number Diff line Loading @@ -48153,9 +48153,7 @@ package android.webkit { public static abstract interface WebViewProvider.ViewDelegate { method public abstract boolean dispatchKeyEvent(android.view.KeyEvent); method public abstract android.view.View findFocus(android.view.View); method public abstract android.view.accessibility.AccessibilityNodeProvider getAccessibilityNodeProvider(); method public abstract android.os.Handler getHandler(android.os.Handler); method public abstract void onActivityResult(int, int, android.content.Intent); method public abstract void onAttachedToWindow(); method public abstract void onConfigurationChanged(android.content.res.Configuration); core/java/android/webkit/WebView.java +0 −11 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ import android.net.http.SslCertificate; import android.net.Uri; import android.os.Build; import android.os.Bundle; import android.os.Handler; import android.os.Looper; import android.os.Message; import android.os.StrictMode; Loading Loading @@ -2617,16 +2616,6 @@ public class WebView extends AbsoluteLayout mProvider.getViewDelegate().onFinishTemporaryDetach(); } @Override public Handler getHandler() { return mProvider.getViewDelegate().getHandler(super.getHandler()); } @Override public View findFocus() { return mProvider.getViewDelegate().findFocus(super.findFocus()); } /** * Receive the result from a previous call to {@link #startActivityForResult(Intent, int)}. * Loading core/java/android/webkit/WebViewProvider.java +0 −5 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ import android.graphics.drawable.Drawable; import android.net.http.SslCertificate; import android.net.Uri; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.print.PrintDocumentAdapter; import android.view.KeyEvent; Loading Loading @@ -384,10 +383,6 @@ public interface WebViewProvider { public void onFinishTemporaryDetach(); public void onActivityResult(int requestCode, int resultCode, Intent data); public Handler getHandler(Handler originalHandler); public View findFocus(View originalFocusedView); } interface ScrollDelegate { Loading Loading
api/system-current.txt +0 −2 Original line number Diff line number Diff line Loading @@ -48153,9 +48153,7 @@ package android.webkit { public static abstract interface WebViewProvider.ViewDelegate { method public abstract boolean dispatchKeyEvent(android.view.KeyEvent); method public abstract android.view.View findFocus(android.view.View); method public abstract android.view.accessibility.AccessibilityNodeProvider getAccessibilityNodeProvider(); method public abstract android.os.Handler getHandler(android.os.Handler); method public abstract void onActivityResult(int, int, android.content.Intent); method public abstract void onAttachedToWindow(); method public abstract void onConfigurationChanged(android.content.res.Configuration);
core/java/android/webkit/WebView.java +0 −11 Original line number Diff line number Diff line Loading @@ -32,7 +32,6 @@ import android.net.http.SslCertificate; import android.net.Uri; import android.os.Build; import android.os.Bundle; import android.os.Handler; import android.os.Looper; import android.os.Message; import android.os.StrictMode; Loading Loading @@ -2617,16 +2616,6 @@ public class WebView extends AbsoluteLayout mProvider.getViewDelegate().onFinishTemporaryDetach(); } @Override public Handler getHandler() { return mProvider.getViewDelegate().getHandler(super.getHandler()); } @Override public View findFocus() { return mProvider.getViewDelegate().findFocus(super.findFocus()); } /** * Receive the result from a previous call to {@link #startActivityForResult(Intent, int)}. * Loading
core/java/android/webkit/WebViewProvider.java +0 −5 Original line number Diff line number Diff line Loading @@ -28,7 +28,6 @@ import android.graphics.drawable.Drawable; import android.net.http.SslCertificate; import android.net.Uri; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.print.PrintDocumentAdapter; import android.view.KeyEvent; Loading Loading @@ -384,10 +383,6 @@ public interface WebViewProvider { public void onFinishTemporaryDetach(); public void onActivityResult(int requestCode, int resultCode, Intent data); public Handler getHandler(Handler originalHandler); public View findFocus(View originalFocusedView); } interface ScrollDelegate { Loading