Searched refs:mCustomLayout (Results 1 – 1 of 1) sorted by relevance
65 private LinearLayout mCustomLayout; field in CustomDialogHelper77 mCustomLayout = mDialogContent.findViewById(R.id.custom_layout); in CustomDialogHelper()216 mCustomLayout.removeAllViews(); in clearCustomLayout()224 mCustomLayout.setVisibility(View.GONE); in hideCustomLayout()231 mCustomLayout.setVisibility(View.VISIBLE); in showCustomLayout()238 mCustomLayout.addView(view); in addCustomView()