Searched defs:webkit (Results 76 - 93 of 93) sorted by relevance

1234

/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjector.java17 package android.webkit;
28 import android.webkit.WebViewCore.EventHub;
H A DAccessibilityInjectorFallback.java17 package android.webkit;
28 import android.webkit.WebViewCore.EventHub;
H A DHTML5Audio.java17 package android.webkit;
H A DHTML5VideoView.java2 package android.webkit;
9 import android.webkit.HTML5VideoViewProxy;
31 // NOTE: these values are in sync with VideoLayerAndroid.h in webkit side.
H A DJWebCoreJavaBridge.java17 package android.webkit;
35 private static final String LOGTAG = "webkit-timers";
H A DHTML5VideoViewProxy.java17 package android.webkit;
H A DWebSettings.java17 package android.webkit;
814 * {@link android.webkit.WebView#reload} is called.
824 * @see android.webkit.WebView#reload
H A DWebViewInputDispatcher.java17 package android.webkit;
1064 * through webkit or false otherwise.
H A DBrowserFrame.java17 package android.webkit;
64 private static final String LOGTAG = "webkit";
H A DCallbackProxy.java17 package android.webkit;
H A DWebViewProvider.java17 package android.webkit;
37 import android.webkit.WebView.HitTestResult;
38 import android.webkit.WebView.PictureListener;
350 * See {@link android.webkit.WebView#computeHorizontalScrollRange}
355 * See {@link android.webkit.WebView#computeHorizontalScrollOffset}
360 * See {@link android.webkit.WebView#computeVerticalScrollRange}
365 * See {@link android.webkit.WebView#computeVerticalScrollOffset}
370 * See {@link android.webkit.WebView#computeVerticalScrollExtent}
375 * See {@link android.webkit.WebView#computeScroll}
H A DZoomManager.java17 package android.webkit;
40 * animation notifies webkit of the final scale BEFORE it animates. The animation
45 * only notifies webkit of new scale AFTER the gesture is complete. The animation
84 * picture from webkit and use that width to enter into zoom overview mode.
757 * updates should not be sent to webkit. This can occur in cases where the
758 * ZoomManager is performing an animation and does not want webkit to update
761 * @return true if scale related updates should not be sent to webkit and
968 // still want to send the notification over to webkit.
H A DWebSettingsClassic.java17 package android.webkit;
427 * @see android.webkit.WebSettings#setNavDump(boolean)
436 * @see android.webkit.WebSettings#getNavDump()
445 * @see android.webkit.WebSettings#setSupportZoom(boolean)
454 * @see android.webkit.WebSettings#supportZoom()
462 * @see android.webkit.WebSettings#setBuiltInZoomControls(boolean)
471 * @see android.webkit.WebSettings#getBuiltInZoomControls()
479 * @see android.webkit.WebSettings#setDisplayZoomControls(boolean)
488 * @see android.webkit.WebSettings#getDisplayZoomControls()
496 * @see android.webkit
[all...]
H A DWebView.java17 package android.webkit;
114 * <li>Creating and setting a {@link android.webkit.WebChromeClient} subclass.
120 * <li>Creating and setting a {@link android.webkit.WebViewClient} subclass.
124 * android.webkit.WebViewClient#shouldOverrideUrlLoading(WebView,String)
126 * <li>Modifying the {@link android.webkit.WebSettings}, such as
127 * enabling JavaScript with {@link android.webkit.WebSettings#setJavaScriptEnabled(boolean)
130 * {@link android.webkit.WebView#addJavascriptInterface} method. This
168 * thread. Follow the instructions in {@link android.webkit.CookieSyncManager}
215 * <li>The {@code -webkit-device-pixel-ratio} CSS media query. Use this to specify the screen
220 * &lt;link rel="stylesheet" media="screen and (-webkit
[all...]
H A DWebViewCore.java17 package android.webkit;
41 import android.webkit.WebViewClassic.FocusNodeHref;
42 import android.webkit.WebViewInputDispatcher.WebKitCallbacks;
74 * WebViewCore always executes in the same thread as the native webkit.
618 * Notify webkit that animations have begun (on the hardware accelerated content)
635 /* Tell webkit what its width and height are, for the purposes
2086 // notify webkit that our virtual view size changed size (after inv-zoom)
2123 // Calculate width to be used in webkit window.
2188 // view size that was used by webkit during the most recent layout
2713 // and text wrap scale to be sent to webkit, b
[all...]
H A DWebViewClassic.java17 package android.webkit;
97 import android.webkit.WebView.HitTestResult;
98 import android.webkit.WebView.PictureListener;
99 import android.webkit.WebViewCore.DrawData;
100 import android.webkit.WebViewCore.EventHub;
101 import android.webkit.WebViewCore.TextFieldInitData;
102 import android.webkit.WebViewCore.TextSelectionData;
103 import android.webkit.WebViewCore.WebKitHitTest;
296 // We have to delete the same text in webkit.
482 * Sends a text change to webkit indirectl
[all...]
/frameworks/base/core/tests/coretests/src/android/webkit/
H A DAccessibilityInjectorTest.java17 package android.webkit;
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java17 package android.webkit;

Completed in 286 milliseconds

1234