HomeSort by relevance Sort by last modified time
    Searched refs:NullAwViewMethods (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
NullAwViewMethods.java 21 * This {@link NullAwViewMethods} is hooked up to the WebView in fullscreen mode, and
24 class NullAwViewMethods implements AwViewMethods {
29 public NullAwViewMethods(
44 // When the containerView is using the NullAwViewMethods then it is not
AwContents.java 658 // a NullAwViewMethods.
661 mAwViewMethods = new NullAwViewMethods(this, mInternalAccessAdapter, mContainerView);
686 // NOTE: we cannot use mAwViewMethods here because its type is NullAwViewMethods.
691 // NullAwViewMethods and AwContents the AwViewMethodsImpl.
693 fullscreenView.setAwViewMethods(new NullAwViewMethods(
728 // to a NullAwViewMethods when in fullscreen. To ensure that the state is reconciled with
    [all...]

Completed in 163 milliseconds