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.java504 private ViewGroup resolvePanel(@Nullable View customPanel, @Nullable View defaultPanel) { in resolvePanel() argument
505 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()
541 final View customTopPanel = customPanel.findViewById(R.id.topPanel); in setupView()
542 final View customContentPanel = customPanel.findViewById(R.id.contentPanel); in setupView()
543 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.java120 findViewById(com.android.internal.R.id.customPanel).setVisibility(View.VISIBLE); in onCreate()
DAppErrorDialog.java135 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/boot/hiddenapi/
Dhiddenapi-max-target-q.txt333 Lcom/android/internal/R$id;->customPanel:I