Searched defs:subView (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DBaseUi.java409 * it sets both the subView and subViewContainer for the given tab
411 * @param subView webview to be set as a subwindow for the tab
414 public void createSubWindow(Tab tab, WebView subView) { argument
419 inner.addView(subView, new LayoutParams(LayoutParams.MATCH_PARENT,
423 final WebView cancelSubView = subView;
430 tab.setSubWebView(subView);
H A DTab.java1466 void setSubWebView(WebView subView) { argument
1467 mSubView = subView;

Completed in 62 milliseconds