Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAlertController.java486 private ViewGroup resolvePanel(@Nullable View customPanel, @Nullable View defaultPanel) { in resolvePanel()
520 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel); in setupView() local
608 private void setupCustomContent(ViewGroup customPanel) { in setupCustomContent()
806 private void setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel, in setBackground()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java440 private ViewGroup resolvePanel(@Nullable View customPanel, @Nullable View defaultPanel) { in resolvePanel()
474 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel); in setupView() local
638 private void setupCustomContent(ViewGroup customPanel) { in setupCustomContent()