Searched refs:mSubView (Results 1 – 2 of 2) sorted by relevance
147 private WebView mSubView; field in Tab679 transport.setWebView(mSubView);696 if (dialog && mSubView != null) {1113 if (window != mSubView) { in onCloseWindow()1330 if (mSubView == null) { in createSubWindow()1332 mSubView.setWebViewClient(new SubWindowClient(mWebViewClient, in createSubWindow()1334 mSubView.setWebChromeClient(new SubWindowChromeClient( in createSubWindow()1338 mSubView.setDownloadListener(new BrowserDownloadListener() { in createSubWindow()1344 if (mSubView.copyBackForwardList().getSize() == 0) { in createSubWindow()1351 mSubView.setOnCreateContextMenuListener(mWebViewController.getActivity()); in createSubWindow()[all …]
164 protected ViewGroup mSubView; field in DefaultSoftKeyboard619 … mSubView = (ViewGroup) parent.getLayoutInflater().inflate(R.layout.keyboard_default_sub, null); in initView()623 mMainView.addView(mSubView); in initView()639 TextView text1 = (TextView)mSubView.findViewById(R.id.shift); in updateIndicator()640 TextView text2 = (TextView)mSubView.findViewById(R.id.alt); in updateIndicator()