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

/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java356 View buttonPanel = mWindow.findViewById(R.id.buttonPanel);
358 buttonPanel.setVisibility(View.GONE);
385 setBackground(topPanel, contentPanel, customPanel, hasButtons, a, hasTitle, buttonPanel);
538 View buttonPanel) {
596 views[pos] = buttonPanel;
645 buttonPanel.setBackgroundResource(centerMedium);
647 parent.removeView(buttonPanel);
651 buttonPanel.setLayoutParams(params);
652 mListView.addFooterView(buttonPanel);
536 setBackground(LinearLayout topPanel, LinearLayout contentPanel, View customPanel, boolean hasButtons, TypedArray a, boolean hasTitle, View buttonPanel) argument
[all...]

Completed in 28 milliseconds