Searched refs:topPanel (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | MicroAlertController.java | 61 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()
|
D | AlertController.java | 532 final View defaultTopPanel = parentPanel.findViewById(R.id.topPanel); in setupView() 541 final View customTopPanel = customPanel.findViewById(R.id.topPanel); in setupView() 546 final ViewGroup topPanel = resolvePanel(customTopPanel, defaultTopPanel); in setupView() local 552 setupTitle(topPanel); in setupView() 556 final boolean hasTopPanel = topPanel != null in setupView() 557 && topPanel.getVisibility() != View.GONE; in setupView() 589 divider = topPanel.findViewById(R.id.titleDividerNoCustom); in setupView() 592 divider = topPanel.findViewById(R.id.titleDivider); in setupView() 596 divider = topPanel.findViewById(R.id.titleDividerTop); in setupView() 628 setBackground(a, topPanel, contentPanel, customPanel, buttonPanel, in setupView() [all …]
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | AlertDialogLayout.java | 77 View topPanel = null; in tryOnMeasure() local 90 case R.id.topPanel: in tryOnMeasure() 91 topPanel = child; in tryOnMeasure() 117 if (topPanel != null) { in tryOnMeasure() 118 topPanel.measure(widthMeasureSpec, MeasureSpec.UNSPECIFIED); in tryOnMeasure() 120 usedHeight += topPanel.getMeasuredHeight(); in tryOnMeasure() 121 childState = combineMeasuredStates(childState, topPanel.getMeasuredState()); in tryOnMeasure()
|
D | AlertController.java | 371 final View defaultTopPanel = parentPanel.findViewById(R.id.topPanel); in setupView() 380 final View customTopPanel = customPanel.findViewById(R.id.topPanel); in setupView() 385 final ViewGroup topPanel = resolvePanel(customTopPanel, defaultTopPanel); in setupView() local 391 setupTitle(topPanel); in setupView() 395 final boolean hasTopPanel = topPanel != null in setupView() 396 && topPanel.getVisibility() != View.GONE; in setupView() 416 divider = topPanel.findViewById(R.id.titleDividerNoCustom); in setupView() 444 setBackground(a, topPanel, contentPanel, customPanel, buttonPanel, in setupView() 493 private void setupTitle(ViewGroup topPanel) { in setupTitle() argument 523 topPanel.setVisibility(View.GONE); in setupTitle() [all …]
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | AlertDialogLayout.java | 78 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/boot/hiddenapi/ |
D | hiddenapi-max-target-q.txt | 382 Lcom/android/internal/R$id;->topPanel:I
|