Searched refs:CustomViewCallback (Results 1 – 7 of 7) sorted by relevance
62 public interface CustomViewCallback { interface in WebChromeClient77 public void onShowCustomView(View view, CustomViewCallback callback) {}; in onShowCustomView()89 CustomViewCallback callback) {}; in onShowCustomView()
133 private final WebChromeClient.CustomViewCallback mCallback =134 new WebChromeClient.CustomViewCallback() {
211 private final WebChromeClient.CustomViewCallback mCallback =212 new WebChromeClient.CustomViewCallback() {
4 NO DOC BLOCK: android.webkit.WebChromeClient.CustomViewCallback Interface43 …lient Method onShowCustomView(android.view.View, android.webkit.WebChromeClient.CustomViewCallback)
2526 http://developer.android.com/reference/android/webkit/WebChromeClient.CustomViewCallback.html
24960 …public void onShowCustomView(android.view.View, android.webkit.WebChromeClient.CustomViewCallback);24961 …c void onShowCustomView(android.view.View, int, android.webkit.WebChromeClient.CustomViewCallback);24964 public static abstract interface WebChromeClient.CustomViewCallback {