Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java504 private ViewGroup resolvePanel(@Nullable View customPanel, @Nullable View defaultPanel) { in resolvePanel()
538 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel); in setupView() local
656 private void setupCustomContent(ViewGroup customPanel) { in setupCustomContent()
854 private void setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel, in setBackground()
/aosp12/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DKeyboardLayoutDialogFragment.java218 View customPanel = dialog.findViewById(R.id.customPanel); in updateSwitchHintVisibility() local