Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DNotificationLockscreenPreference.java102 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()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DKeyboardLayoutDialogFragment.java218 View customPanel = dialog.findViewById(R.id.customPanel); in updateSwitchHintVisibility() local
219 customPanel.setVisibility(mAdapter.getCount() > 1 ? View.VISIBLE : View.GONE); in updateSwitchHintVisibility()