Home | History | Annotate | Download | only in browser

Lines Matching refs:mCustomView

95     private View mCustomView;
186 if (mCustomView != null) {
516 if (mCustomView != null) {
526 mCustomView = view;
534 if (mCustomView == null)
540 mCustomView = null;
548 return mCustomView != null;
560 return mCustomView == null;
760 if (mCustomView != null) {
761 mCustomView.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LOW_PROFILE);
767 if (mCustomView != null) {
768 mCustomView.setSystemUiVisibility(View.SYSTEM_UI_FLAG_VISIBLE);