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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ResourceTexture.java 30 protected final int mResId;
34 mResId = resId;
43 mContext.getResources(), mResId, options);
NinePatchTexture.java 56 mContext.getResources(), mResId, options);
64 throw new RuntimeException("invalid nine-patch image: " + mResId);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
CursorFactoryListAdapter.java 43 private int mResId;
46 mResId = resId;
52 return inflater.inflate(mResId, parent, false);
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountSelectionUtil.java 55 final private int mResId;
66 mResId = resId;
71 doImport(mContext, mResId, mAccountList.get(which));
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportVCardActivity.java 158 private final int mResId;
160 mResId = resId;
163 mResId = R.id.dialog_error_with_message;
169 showDialog(mResId);
    [all...]

Completed in 568 milliseconds