Searched refs:customPanel (Results 1 – 4 of 4) sorted by relevance
102 dialog.findViewById(com.android.internal.R.id.customPanel) in onDialogCreated()113 View panel = dialog.findViewById(com.android.internal.R.id.customPanel); in onDialogStateRestored()169 if (v.getId() == com.android.internal.R.id.customPanel) { in onClick()
218 View customPanel = dialog.findViewById(R.id.customPanel); in updateSwitchHintVisibility() local219 customPanel.setVisibility(mAdapter.getCount() > 1 ? View.VISIBLE : View.GONE); in updateSwitchHintVisibility()