Searched defs:buttonPanel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java391 View buttonPanel = mWindow.findViewById(R.id.buttonPanel);
393 buttonPanel.setVisibility(View.GONE);
429 setBackground(topPanel, contentPanel, customPanel, hasButtons, a, hasTitle, buttonPanel);
589 View buttonPanel) {
647 views[pos] = buttonPanel;
696 buttonPanel.setBackgroundResource(centerMedium);
698 parent.removeView(buttonPanel);
702 buttonPanel.setLayoutParams(params);
703 mListView.addFooterView(buttonPanel);
587 setBackground(LinearLayout topPanel, LinearLayout contentPanel, View customPanel, boolean hasButtons, TypedArray a, boolean hasTitle, View buttonPanel) argument
[all...]

Completed in 31 milliseconds