- onActivityResult(int, int, Intent) - Method in class org.xwalk.core.XWalkView
-
Pass through activity result to XWalkView.
- onDestroy() - Method in class org.xwalk.core.XWalkView
-
Release internal resources occupied by this XWalkView.
- onFullscreenToggled(XWalkView, boolean) - Method in class org.xwalk.core.XWalkUIClient
-
Tell the client to toggle fullscreen mode.
- onFullscreenToggled(XWalkViewInternal, boolean) - Method in class org.xwalk.core.XWalkUIClient
-
- onHide() - Method in class org.xwalk.core.XWalkView
-
Pause many other things except JavaScript timers inside rendering engine,
like video player, modal dialogs, etc.
- onJavascriptCloseWindow(XWalkView) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the client to close the given XWalkView.
- onJavascriptCloseWindow(XWalkViewInternal) - Method in class org.xwalk.core.XWalkUIClient
-
- onJavascriptModalDialog(XWalkView, XWalkUIClient.JavascriptMessageType, String, String, String, XWalkJavascriptResult) - Method in class org.xwalk.core.XWalkUIClient
-
Tell the client to display a prompt dialog to the user.
- onJavascriptModalDialog(XWalkViewInternal, JavascriptMessageTypeInternal, String, String, String, XWalkJavascriptResultInternal) - Method in class org.xwalk.core.XWalkUIClient
-
- onLoadFinished(XWalkView, String) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the client that the XWalkView completes to load the resource
specified by the given url.
- onLoadFinished(XWalkViewInternal, String) - Method in class org.xwalk.core.XWalkResourceClient
-
- onLoadStarted(XWalkView, String) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the client that the XWalkView will load the resource specified
by the given url.
- onLoadStarted(XWalkViewInternal, String) - Method in class org.xwalk.core.XWalkResourceClient
-
- onNewIntent(Intent) - Method in class org.xwalk.core.XWalkView
-
Pass through intents to XWalkView.
- onPageLoadStarted(XWalkView, String) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application that a page has started loading.
- onPageLoadStarted(XWalkViewInternal, String) - Method in class org.xwalk.core.XWalkUIClient
-
- onPageLoadStopped(XWalkView, String, XWalkUIClient.LoadStatus) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application that a page has stopped loading.
- onPageLoadStopped(XWalkViewInternal, String, LoadStatusInternal) - Method in class org.xwalk.core.XWalkUIClient
-
- onProgressChanged(XWalkView, int) - Method in class org.xwalk.core.XWalkResourceClient
-
Notify the client the progress info of loading a specific url.
- onProgressChanged(XWalkViewInternal, int) - Method in class org.xwalk.core.XWalkResourceClient
-
- onReceivedLoadError(XWalkView, int, String, String) - Method in class org.xwalk.core.XWalkResourceClient
-
Report an error to the client.
- onReceivedLoadError(XWalkViewInternal, int, String, String) - Method in class org.xwalk.core.XWalkResourceClient
-
- onReceivedTitle(XWalkView, String) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application of a change in the document title.
- onReceivedTitle(XWalkViewInternal, String) - Method in class org.xwalk.core.XWalkUIClient
-
- onRequestFocus(XWalkView) - Method in class org.xwalk.core.XWalkUIClient
-
Request display and focus for this XWalkView.
- onRequestFocus(XWalkViewInternal) - Method in class org.xwalk.core.XWalkUIClient
-
- onScaleChanged(XWalkView, float, float) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the client that the scale applied to the XWalkView has changed.
- onScaleChanged(XWalkViewInternal, float, float) - Method in class org.xwalk.core.XWalkUIClient
-
- onShow() - Method in class org.xwalk.core.XWalkView
-
Resume video player, modal dialogs.
- onUnhandledKeyEvent(XWalkView, KeyEvent) - Method in class org.xwalk.core.XWalkUIClient
-
Notify the host application that a key was not handled by the XWalkView.
- onUnhandledKeyEvent(XWalkViewInternal, KeyEvent) - Method in class org.xwalk.core.XWalkUIClient
-
- openFileChooser(XWalkView, <any>, String, String) - Method in class org.xwalk.core.XWalkUIClient
-
Tell the client to open a file chooser.
- openFileChooser(XWalkViewInternal, <any>, String, String) - Method in class org.xwalk.core.XWalkUIClient
-
- org.xwalk.core - package org.xwalk.core
-