Searched refs:topPanel (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | AlertController.java | 458 final ViewGroup topPanel = (ViewGroup) mWindow.findViewById(R.id.topPanel); in setupView() local 461 final boolean hasTitle = setupTitle(topPanel); in setupView() 521 setBackground(a, topPanel, contentPanel, customPanel, buttonPanel, hasTitle, hasCustomView, in setupView() 526 private boolean setupTitle(ViewGroup topPanel) { in setupTitle() argument 534 topPanel.addView(mCustomTitleView, 0, lp); in setupTitle() 569 topPanel.setVisibility(View.GONE); in setupTitle() 738 private void setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel, in setBackground() argument 786 views[pos] = topPanel; in setBackground()
|