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

/packages/apps/Browser/src/com/android/browser/
H A DTab.java142 private WebView mSubView; field in class:Tab
699 transport.setWebView(mSubView);
716 if (dialog && mSubView != null) {
1132 if (window != mSubView) {
1346 if (mSubView == null) {
1348 mSubView.setWebViewClient(new SubWindowClient(mWebViewClient,
1350 mSubView.setWebChromeClient(new SubWindowChromeClient(
1352 // Set a different DownloadListener for the mSubView, since it will
1353 // just need to dismiss the mSubView, rather than close the Tab
1354 mSubView
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java164 protected ViewGroup mSubView; field in class:DefaultSoftKeyboard
619 mSubView = (ViewGroup) parent.getLayoutInflater().inflate(R.layout.keyboard_default_sub, null);
623 mMainView.addView(mSubView);
639 TextView text1 = (TextView)mSubView.findViewById(R.id.shift);
640 TextView text2 = (TextView)mSubView.findViewById(R.id.alt);

Completed in 43 milliseconds