Searched defs:customPanel (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | AlertController.java | 343 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/ |
D | AlertController.java | 504 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()
|