Searched refs:customPanel (Results 1 – 1 of 1) sorted by relevance
218 View customPanel = dialog.findViewById(com.google.android.material.R.id.customPanel); in updateSwitchHintVisibility() local219 customPanel.setVisibility(mAdapter.getCount() > 1 ? View.VISIBLE : View.GONE); in updateSwitchHintVisibility()