Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java641 final View customView; in setupCustomContent() local
643 customView = mView; in setupCustomContent()
646 customView = inflater.inflate(mViewLayoutResId, customPanel, false); in setupCustomContent()
648 customView = null; in setupCustomContent()
651 final boolean hasCustomView = customView != null; in setupCustomContent()
652 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()
659 custom.addView(customView, new LayoutParams(MATCH_PARENT, MATCH_PARENT)); in setupCustomContent()