Searched refs:buttonPanel (Results 1 – 6 of 6) sorted by relevance
491 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() local508 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() argument688 mButtonPositive = (Button) buttonPanel.findViewById(R.id.button1); in setupButtons()699 mButtonNegative = (Button) buttonPanel.findViewById(R.id.button2); in setupButtons()[all …]
416 final View buttonPanel = mWindow.findViewById(R.id.buttonPanel); in setupView() local418 buttonPanel.setVisibility(View.GONE); in setupView()
739 field public static int buttonPanel;
763 field public static int buttonPanel;
787 field public static int buttonPanel;