Home | History | Annotate | Download | only in browser

Lines Matching defs:mContentView

90     protected FrameLayout mContentView;
132 mContentView = (FrameLayout) frameLayout.findViewById(
142 mContentView);
209 mPieControl.attachToContainer(mContentView);
212 mPieControl.removeFromContainer(mContentView);
285 mPieControl.forceToTop(mContentView);
356 if (parent != mContentView) {
360 mContentView.addView(container, COVER_SCREEN_PARAMS);
379 mContentView.removeView(container);
395 mContentView, false);
439 mContentView.removeView(subviewContainer);
452 mContentView.addView(container, COVER_SCREEN_PARAMS);
564 mInputManager.hideSoftInputFromWindow(mContentView.getWindowToken(),
775 mContentView.setSystemUiVisibility(View.SYSTEM_UI_FLAG_VISIBLE);
861 (LinearLayout.LayoutParams) mContentView.getLayoutParams();
864 mContentView.setLayoutParams(params);