Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java77 private int mViewLayoutResId; field in AlertController
274 mViewLayoutResId = layoutResId; in setView()
283 mViewLayoutResId = 0; in setView()
293 mViewLayoutResId = 0; in setView()
644 } else if (mViewLayoutResId != 0) { in setupCustomContent()
646 customView = inflater.inflate(mViewLayoutResId, customPanel, false); in setupCustomContent()
893 public int mViewLayoutResId; field in AlertController.AlertParams
976 } else if (mViewLayoutResId != 0) { in apply()
977 dialog.setView(mViewLayoutResId); in apply()
DAlertDialog.java883 P.mViewLayoutResId = layoutResId; in setView()
904 P.mViewLayoutResId = 0; in setView()
936 P.mViewLayoutResId = 0; in setView()