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 76 private int mViewLayoutResId;
293 mViewLayoutResId = layoutResId;
302 mViewLayoutResId = 0;
312 mViewLayoutResId = 0;
586 } else if (mViewLayoutResId != 0) {
588 customView = inflater.inflate(mViewLayoutResId, customPanel, false);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AlertController.java 71 private int mViewLayoutResId;
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;
866 } else if (mViewLayoutResId != 0) {
867 dialog.setView(mViewLayoutResId);
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 36 milliseconds