Searched refs:contentPanel (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | AlertController.java | 454 final ViewGroup contentPanel = (ViewGroup) mWindow.findViewById(R.id.contentPanel); in setupView() local 455 setupContent(contentPanel); in setupView() 521 setBackground(a, topPanel, contentPanel, customPanel, buttonPanel, hasTitle, hasCustomView, in setupView() 576 private void setupContent(ViewGroup contentPanel) { in setupContent() argument 599 contentPanel.setVisibility(View.GONE); in setupContent() 648 contentPanel.removeView(indicatorUp); in setupContent() 651 contentPanel.removeView(indicatorDown); in setupContent() 738 private void setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel, in setBackground() argument 796 views[pos] = contentPanel.getVisibility() == View.GONE ? null : contentPanel; in setBackground()
|
D | ResolverActivity.java | 292 final ResolverDrawerLayout rdl = (ResolverDrawerLayout) findViewById(R.id.contentPanel); in onCreate()
|