Searched refs:buttonPanel (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertController.java416 final View buttonPanel = mWindow.findViewById(R.id.buttonPanel);
418 buttonPanel.setVisibility(View.GONE);
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java491 final View defaultButtonPanel = parentPanel.findViewById(R.id.buttonPanel);
500 final View customButtonPanel = customPanel.findViewById(R.id.buttonPanel);
505 final ViewGroup buttonPanel = resolvePanel(customButtonPanel, defaultButtonPanel);
508 setupButtons(buttonPanel);
515 final boolean hasButtonPanel = buttonPanel != null
516 && buttonPanel.getVisibility() != View.GONE;
561 setBackground(a, topPanel, contentPanel, customPanel, buttonPanel,
683 private void setupButtons(ViewGroup buttonPanel) { argument
688 mButtonPositive = (Button) buttonPanel.findViewById(R.id.button1);
699 mButtonNegative = (Button) buttonPanel
758 setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel, View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) argument
[all...]

Completed in 37 milliseconds