Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAlertController.java502 private ViewGroup resolvePanel(@Nullable View customPanel, @Nullable View defaultPanel) { in resolvePanel() argument
503 if (customPanel == null) { in resolvePanel()
521 if (customPanel instanceof ViewStub) { in resolvePanel()
522 customPanel = ((ViewStub) customPanel).inflate(); in resolvePanel()
525 return (ViewGroup) customPanel; in resolvePanel()
536 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel); in setupView() local
537 setupCustomContent(customPanel); in setupView()
539 final View customTopPanel = customPanel.findViewById(R.id.topPanel); in setupView()
540 final View customContentPanel = customPanel.findViewById(R.id.contentPanel); in setupView()
541 final View customButtonPanel = customPanel.findViewById(R.id.buttonPanel); in setupView()
[all …]
DMediaRouteControllerDialog.java159 View customPanelView = getWindow().findViewById(R.id.customPanel); in onCreate()
/frameworks/base/services/core/java/com/android/server/am/
DAppNotRespondingDialog.java118 findViewById(com.android.internal.R.id.customPanel).setVisibility(View.VISIBLE); in onCreate()
DAppErrorDialog.java136 findViewById(com.android.internal.R.id.customPanel).setVisibility(View.VISIBLE); in onCreate()
/frameworks/base/core/java/com/android/internal/widget/
DAlertDialogLayout.java98 case R.id.customPanel: in tryOnMeasure()
/frameworks/base/config/
Dhiddenapi-greylist-max-q.txt333 Lcom/android/internal/R$id;->customPanel:I