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

  /packages/apps/Camera/src/com/android/camera/ui/
ResourceTexture.java 28 protected final int mResId;
33 mResId = resId;
42 mContext.getResources(), mResId, options);
NinePatchTexture.java 38 mContext.getResources(), mResId, options);
43 throw new RuntimeException("invalid nine-patch image: " + mResId);
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountSelectionUtil.java 57 final private int mResId;
67 mResId = resId;
72 doImport(mContext, mResId, mAccountList.get(which));
  /packages/apps/Contacts/src/com/android/contacts/
ExportVCardActivity.java 88 private final int mResId;
90 mResId = resId;
93 mResId = R.id.dialog_fail_to_export_with_reason;
99 showDialog(mResId);
ImportVCardActivity.java 134 private final int mResId;
136 mResId = resId;
139 mResId = R.id.dialog_error_with_message;
143 showDialog(mResId);
    [all...]
  /frameworks/base/packages/TtsService/src/android/tts/
TtsService.java 104 public int mResId = -1;
109 mResId = id;
115 mResId = -1;
    [all...]

Completed in 629 milliseconds