Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java469 final View parentPanel = mWindow.findViewById(R.id.parentPanel); in setupView() local
470 final View defaultTopPanel = parentPanel.findViewById(R.id.topPanel); in setupView()
471 final View defaultContentPanel = parentPanel.findViewById(R.id.contentPanel); in setupView()
472 final View defaultButtonPanel = parentPanel.findViewById(R.id.buttonPanel); in setupView()
476 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel); in setupView()