Searched refs:topPanel (Results 1 – 6 of 6) sorted by relevance
489 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() local509 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 …]
411 final ViewGroup topPanel = (ViewGroup) mWindow.findViewById(R.id.topPanel); in setupView() local414 final boolean hasTitle = setupTitle(topPanel); in setupView()471 private boolean setupTitle(ViewGroup topPanel) { in setupTitle() argument479 topPanel.addView(mCustomTitleView, 0, lp); in setupTitle()514 topPanel.setVisibility(View.GONE); in setupTitle()
796 field public static int topPanel;
831 field public static int topPanel;
853 field public static int topPanel;