Lines Matching defs:mContainer
90 private View mContainer;
1300 mContainer = mInflateService.inflate(R.layout.tab, null);
1357 (FrameLayout) mContainer.findViewById(R.id.webview_wrapper);
1496 (FrameLayout) mContainer.findViewById(R.id.webview_wrapper);
1509 parent = (ViewGroup) mContainer.getParent();
1512 Log.w(LOGTAG, "mContainer already has a parent in"
1514 parent.removeView(mContainer);
1516 content.addView(mContainer, BrowserActivity.COVER_SCREEN_PARAMS);
1518 Log.w(LOGTAG, "mContainer is already attached to content in"
1536 (FrameLayout) mContainer.findViewById(R.id.webview_wrapper);
1538 content.removeView(mContainer);
1653 ViewStub stub = (ViewStub) mContainer