Home
last modified time | relevance | path

Searched refs:topPanel (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DAlertController.java489 final View defaultTopPanel = parentPanel.findViewById(R.id.topPanel); in setupView()
498 final View customTopPanel = customPanel.findViewById(R.id.topPanel); in setupView()
503 final ViewGroup topPanel = resolvePanel(customTopPanel, defaultTopPanel); in setupView() local
509 setupTitle(topPanel); in setupView()
513 final boolean hasTopPanel = topPanel != null in setupView()
514 && topPanel.getVisibility() != View.GONE; in setupView()
538 divider = topPanel.findViewById(R.id.titleDivider); in setupView()
540 divider = topPanel.findViewById(R.id.titleDividerTop); in setupView()
561 setBackground(a, topPanel, contentPanel, customPanel, buttonPanel, in setupView()
600 private void setupTitle(ViewGroup topPanel) { in setupTitle() argument
[all …]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAlertController.java411 final ViewGroup topPanel = (ViewGroup) mWindow.findViewById(R.id.topPanel); in setupView() local
414 final boolean hasTitle = setupTitle(topPanel); in setupView()
471 private boolean setupTitle(ViewGroup topPanel) { in setupTitle() argument
479 topPanel.addView(mCustomTitleView, 0, lp); in setupTitle()
514 topPanel.setVisibility(View.GONE); in setupTitle()
/frameworks/support/v7/appcompat/api/
D22.2.0.txt796 field public static int topPanel;
D22.2.1.txt831 field public static int topPanel;
Dcurrent.txt853 field public static int topPanel;
D23.txt853 field public static int topPanel;