Home
last modified time | relevance | path

Searched refs:customPanel (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DAlertController.java344 if (customPanel == null) { in resolvePanel()
362 if (customPanel instanceof ViewStub) { in resolvePanel()
363 customPanel = ((ViewStub) customPanel).inflate(); in resolvePanel()
366 return (ViewGroup) customPanel; in resolvePanel()
377 final ViewGroup customPanel = parentPanel.findViewById(R.id.customPanel); in setupView() local
378 setupCustomContent(customPanel); in setupView()
393 final boolean hasCustomPanel = customPanel != null in setupView()
394 && customPanel.getVisibility() != View.GONE; in setupView()
463 private void setupCustomContent(ViewGroup customPanel) { in setupCustomContent() argument
489 customPanel.setVisibility(View.GONE); in setupCustomContent()
[all …]
H A DAlertDialogLayout.java97 case R.id.customPanel: in tryOnMeasure()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java505 if (customPanel == null) { in resolvePanel()
523 if (customPanel instanceof ViewStub) { in resolvePanel()
524 customPanel = ((ViewStub) customPanel).inflate(); in resolvePanel()
527 return (ViewGroup) customPanel; in resolvePanel()
538 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel); in setupView() local
539 setupCustomContent(customPanel); in setupView()
554 final boolean hasCustomPanel = customPanel != null in setupView()
555 && customPanel.getVisibility() != View.GONE; in setupView()
656 private void setupCustomContent(ViewGroup customPanel) { in setupCustomContent() argument
686 customPanel.setVisibility(View.GONE); in setupCustomContent()
[all …]
H A DMediaRouteControllerDialog.java159 View customPanelView = getWindow().findViewById(R.id.customPanel); in onCreate()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppNotRespondingDialog.java120 findViewById(com.android.internal.R.id.customPanel).setVisibility(View.VISIBLE); in onCreate()
H A DAppErrorDialog.java135 findViewById(com.android.internal.R.id.customPanel).setVisibility(View.VISIBLE); in onCreate()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DAlertDialogLayout.java98 case R.id.customPanel: in tryOnMeasure()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-q.txt333 Lcom/android/internal/R$id;->customPanel:I