Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DAlertController.java343 private ViewGroup resolvePanel(@Nullable View customPanel, @Nullable View defaultPanel) { in resolvePanel()
377 final ViewGroup customPanel = parentPanel.findViewById(R.id.customPanel); in setupView() local
463 private void setupCustomContent(ViewGroup customPanel) { in setupCustomContent()
589 private void setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel, in setBackground()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java540 private ViewGroup resolvePanel(@Nullable View customPanel, @Nullable View defaultPanel) { in resolvePanel()
574 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel); in setupView() local
692 private void setupCustomContent(ViewGroup customPanel) { in setupCustomContent()
890 private void setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel, in setBackground()