HomeSort by relevance Sort by last modified time
    Searched refs:mViewLayoutResId (Results 1 - 4 of 4) sorted by null

  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AlertController.java 76 private int mViewLayoutResId;
272 mViewLayoutResId = layoutResId;
281 mViewLayoutResId = 0;
291 mViewLayoutResId = 0;
642 } else if (mViewLayoutResId != 0) {
644 customView = inflater.inflate(mViewLayoutResId, customPanel, false);
    [all...]
AlertDialog.java     [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 79 private int mViewLayoutResId;
319 mViewLayoutResId = layoutResId;
328 mViewLayoutResId = 0;
338 mViewLayoutResId = 0;
612 } else if (mViewLayoutResId != 0) {
614 customView = inflater.inflate(mViewLayoutResId, customPanel, false);
    [all...]
  /frameworks/base/core/java/android/app/
AlertDialog.java     [all...]

Completed in 531 milliseconds