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

  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 75 private int mViewLayoutResId;
275 mViewLayoutResId = layoutResId;
284 mViewLayoutResId = 0;
294 mViewLayoutResId = 0;
570 } else if (mViewLayoutResId != 0) {
572 customView = inflater.inflate(mViewLayoutResId, customPanel, false);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AlertController.java 67 private int mViewLayoutResId;
256 mViewLayoutResId = layoutResId;
265 mViewLayoutResId = 0;
275 mViewLayoutResId = 0;
429 } else if (mViewLayoutResId != 0) {
431 customView = inflater.inflate(mViewLayoutResId, customPanel, false);
636 public int mViewLayoutResId;
720 } else if (mViewLayoutResId != 0) {
721 dialog.setView(mViewLayoutResId);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 79 milliseconds