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

  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 72 private int mViewLayoutResId;
275 mViewLayoutResId = layoutResId;
284 mViewLayoutResId = 0;
294 mViewLayoutResId = 0;
475 } else if (mViewLayoutResId != 0) {
477 customView = inflater.inflate(mViewLayoutResId, customPanel, false);
844 public int mViewLayoutResId;
    [all...]
  /frameworks/base/core/java/android/app/
AlertDialog.java     [all...]

Completed in 182 milliseconds