Searched refs:customPanel (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | AlertController.java | 473 final FrameLayout customPanel = (FrameLayout) mWindow.findViewById(R.id.customPanel); in setupView() local 479 customView = inflater.inflate(mViewLayoutResId, customPanel, false); in setupView() 500 ((LinearLayout.LayoutParams) customPanel.getLayoutParams()).weight = 0; in setupView() 503 customPanel.setVisibility(View.GONE); in setupView() 521 setBackground(a, topPanel, contentPanel, customPanel, buttonPanel, hasTitle, hasCustomView, in setupView() 738 private void setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel, in setBackground() argument 801 views[pos] = customPanel; in setBackground()
|