/frameworks/opt/bitmap/src/com/android/bitmap/ |
ResourceRequestKey.java | 30 private int mResId; 45 mResId = resId; 55 return mResources.openRawResource(mResId); 76 if (mResId != that.mResId) { 85 return mResId; 92 return String.format("ResourceRequestKey: %d", mResId);
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
ResourceTexture.java | 30 protected final int mResId; 35 mResId = resId; 44 mContext.getResources(), mResId, options);
|
/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/ContactsCommon/src/com/android/contacts/common/util/ |
AccountSelectionUtil.java | 57 final private int mResId; 69 mResId = resId; 82 doImport(mContext, mResId, mAccountList.get(which), mSubscriptionId);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
CommonAppTypeParser.java | 48 @Thunk final int mResId; 58 mResId = getResourceForItemType(itemType); 82 if (mResId == 0) { 96 CommonAppTypeParser.this.mContext.getResources(), mResId, TAG_RESOLVE);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/ |
ScreenPinningTestActivity.java | 232 private final int mResId; 235 mResId = showId; 243 if (mResId == 0) { 246 show(mResId);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
IntentTile.java | 205 private final int mResId; 209 mResId = resId; 216 return Objects.equals(other.mPackage, mPackage) && other.mResId == mResId; 222 return context.createPackageContext(mPackage, 0).getDrawable(mResId); 224 Log.w(TAG, "Error loading package drawable pkg=" + mPackage + " id=" + mResId, t); 231 return String.format("PackageDrawableIcon[pkg=%s,id=0x%08x]", mPackage, mResId);
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
InCallContactInteractions.java | 379 int mResId; 383 mResId = resource; 388 View listItem = mInflater.inflate(mResId, null);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
AlbumLabelMaker.java | 92 private int mResId; 95 mResId = resId; 103 mContext.getResources(), mResId, options);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
MaterialSearchSuggestionsList.java | 172 private final int mResId; 178 mResId = resource; 206 convertView = getInflater().inflate(mResId, parent, false);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
SoundPlayerObject.java | 49 private int mResId = -1; 54 return mResId; 116 mResId = resId;
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/ |
SelectPhoneAccountDialogFragment.java | 217 private int mResId; 222 mResId = resource; 235 rowView = inflater.inflate(mResId, null);
|
/packages/apps/Settings/src/com/android/settings/sim/ |
SimDialogActivity.java | 277 private int mResId; 286 mResId = resource; 300 rowView = inflater.inflate(mResId, null);
|
SimPreferenceDialog.java | 187 private int mResId; 193 mResId = resource; 209 rowView = inflater.inflate(mResId, null);
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
AnimatedVectorDrawableTest.java | 59 private final int mResId = R.drawable.animation_vector_drawable_grouping_1; 114 XmlPullParser parser = mResources.getXml(mResId); 137 saveVectorDrawableIntoPNG(mBitmap, mResId); 210 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); 211 AnimatedVectorDrawable d2 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); 212 AnimatedVectorDrawable d3 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); 238 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); 247 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); 255 final AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); 271 final AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/ |
BitmapRegionTileSource.java | 325 private int mResId; 329 mResId = resId; 332 InputStream is = mRes.openRawResource(mResId); 350 return BitmapFactory.decodeResource(mRes, mResId, options);
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
WallpaperPickerActivity.java | 280 private int mResId; 284 mResId = resId; 291 new BitmapRegionTileSource.ResourceBitmapSource(mResources, mResId); 317 a.cropImageAndSetWallpaper(mResources, mResId, finishActivityWhenDone, [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/ |
BitmapRegionTileSource.java | 348 private int mResId; 351 mResId = resId; 354 InputStream is = mRes.openRawResource(mResId); 372 return BitmapFactory.decodeResource(mRes, mResId, options);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
ImportVCardActivity.java | 115 private final int mResId; 117 mResId = resId; 120 mResId = R.id.dialog_error_with_message; 126 showDialog(mResId);
|
/frameworks/base/core/java/android/content/res/ |
Resources.java | [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
QSTile.java | 499 protected final int mResId; 502 mResId = resId; 516 return context.getDrawable(mResId); 521 return context.getDrawable(mResId); 526 return o instanceof ResourceIcon && ((ResourceIcon) o).mResId == mResId; 531 return String.format("ResourceIcon[resId=0x%08x]", mResId);
|