Searched refs:mSubView (Results 1 – 2 of 2) sorted by relevance
149 private WebView mSubView; field in Tab700 transport.setWebView(mSubView);717 if (dialog && mSubView != null) {1114 if (window != mSubView) { in onCloseWindow()1331 if (mSubView == null) { in createSubWindow()1333 mSubView.setWebViewClient(new SubWindowClient(mWebViewClient, in createSubWindow()1335 mSubView.setWebChromeClient(new SubWindowChromeClient( in createSubWindow()1339 mSubView.setDownloadListener(new BrowserDownloadListener() { in createSubWindow()1345 if (mSubView.copyBackForwardList().getSize() == 0) { in createSubWindow()1352 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()