Home | History | Annotate | Download | only in app

Lines Matching defs:buttonPanel

356         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);