Home
last modified time | relevance | path

Searched refs:buttonPanel (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DAlertController.java491 final View defaultButtonPanel = parentPanel.findViewById(R.id.buttonPanel); in setupView()
500 final View customButtonPanel = customPanel.findViewById(R.id.buttonPanel); in setupView()
505 final ViewGroup buttonPanel = resolvePanel(customButtonPanel, defaultButtonPanel); in setupView() local
508 setupButtons(buttonPanel); in setupView()
515 final boolean hasButtonPanel = buttonPanel != null in setupView()
516 && buttonPanel.getVisibility() != View.GONE; in setupView()
561 setBackground(a, topPanel, contentPanel, customPanel, buttonPanel, in setupView()
683 private void setupButtons(ViewGroup buttonPanel) { in setupButtons() argument
688 mButtonPositive = (Button) buttonPanel.findViewById(R.id.button1); in setupButtons()
699 mButtonNegative = (Button) buttonPanel.findViewById(R.id.button2); in setupButtons()
[all …]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAlertController.java416 final View buttonPanel = mWindow.findViewById(R.id.buttonPanel); in setupView() local
418 buttonPanel.setVisibility(View.GONE); in setupView()
/frameworks/support/v7/appcompat/api/
D22.2.0.txt739 field public static int buttonPanel;
D22.2.1.txt763 field public static int buttonPanel;
Dcurrent.txt787 field public static int buttonPanel;
D23.txt787 field public static int buttonPanel;