Home | History | Annotate | Download | only in browser

Lines Matching defs:mCustomView

95     private View mCustomView;
191 if (mCustomView != null) {
525 if (mCustomView != null) {
535 mCustomView = view;
545 if (mCustomView == null)
551 mCustomView = null;
559 return mCustomView != null;
571 return mCustomView == null;
772 if (mCustomView != null) {
773 mCustomView.setSystemUiVisibility(View.SYSTEM_UI_FLAG_VISIBLE);