Home
last modified time | relevance | path

Searched refs:mSubView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DTab.java149 private WebView mSubView; field in Tab
700 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 …]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DDefaultSoftKeyboard.java164 protected ViewGroup mSubView; field in DefaultSoftKeyboard
619mSubView = (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()