Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java481 final View customButtonPanel = customPanel.findViewById(R.id.buttonPanel); in setupView() local
486 final ViewGroup buttonPanel = resolvePanel(customButtonPanel, defaultButtonPanel); in setupView()