Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DMicroAlertController.java61 View topPanel = mScrollView.findViewById(R.id.topPanel); in setupContent() local
62 ((ViewGroup) topPanel.getParent()).removeView(topPanel); in setupContent()
64 new FrameLayout.LayoutParams(topPanel.getLayoutParams()); in setupContent()
66 topPanel.setLayoutParams(topParams); in setupContent()
88 scrollParent.addView(topPanel); in setupContent()
98 protected void setupTitle(ViewGroup topPanel) { in setupTitle() argument
99 super.setupTitle(topPanel); in setupTitle()
100 if (topPanel.getVisibility() == View.GONE) { in setupTitle()
101 topPanel.setVisibility(View.INVISIBLE); in setupTitle()
DAlertController.java530 final View defaultTopPanel = parentPanel.findViewById(R.id.topPanel); in setupView()
539 final View customTopPanel = customPanel.findViewById(R.id.topPanel); in setupView()
544 final ViewGroup topPanel = resolvePanel(customTopPanel, defaultTopPanel); in setupView() local
550 setupTitle(topPanel); in setupView()
554 final boolean hasTopPanel = topPanel != null in setupView()
555 && topPanel.getVisibility() != View.GONE; in setupView()
580 divider = topPanel.findViewById(R.id.titleDividerNoCustom); in setupView()
583 divider = topPanel.findViewById(R.id.titleDivider); in setupView()
587 divider = topPanel.findViewById(R.id.titleDividerTop); in setupView()
619 setBackground(a, topPanel, contentPanel, customPanel, buttonPanel, in setupView()
[all …]
/frameworks/base/core/java/com/android/internal/widget/
DAlertDialogLayout.java78 View topPanel = null; in tryOnMeasure() local
91 case R.id.topPanel: in tryOnMeasure()
92 topPanel = child; in tryOnMeasure()
118 if (topPanel != null) { in tryOnMeasure()
119 topPanel.measure(widthMeasureSpec, MeasureSpec.UNSPECIFIED); in tryOnMeasure()
121 usedHeight += topPanel.getMeasuredHeight(); in tryOnMeasure()
122 childState = combineMeasuredStates(childState, topPanel.getMeasuredState()); in tryOnMeasure()
/frameworks/base/config/
Dhiddenapi-greylist-max-q.txt383 Lcom/android/internal/R$id;->topPanel:I