Home
last modified time | relevance | path

Searched refs:mCustomLayout (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
DCustomDialogHelper.java65 private LinearLayout mCustomLayout; field in CustomDialogHelper
77 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()