Searched defs:mViewLayoutResId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java76 private int mViewLayoutResId; field in class:AlertController
293 mViewLayoutResId = layoutResId;
302 mViewLayoutResId = 0;
312 mViewLayoutResId = 0;
586 } else if (mViewLayoutResId != 0) {
588 customView = inflater.inflate(mViewLayoutResId, customPanel, false);
956 public int mViewLayoutResId; field in class:AlertController.AlertParams
1042 } else if (mViewLayoutResId != 0) {
1043 dialog.setView(mViewLayoutResId);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertController.java71 private int mViewLayoutResId; field in class:AlertController
254 mViewLayoutResId = layoutResId;
263 mViewLayoutResId = 0;
273 mViewLayoutResId = 0;
598 } else if (mViewLayoutResId != 0) {
600 customView = inflater.inflate(mViewLayoutResId, customPanel, false);
783 public int mViewLayoutResId; field in class:AlertController.AlertParams
866 } else if (mViewLayoutResId != 0) {
867 dialog.setView(mViewLayoutResId);

Completed in 78 milliseconds