/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | ResourceAsset.java | 36 protected final int mResId; field in ResourceAsset 51 mResId = resId; in ResourceAsset() 104 mKey = new PackageResourceKey(mRes, mResId); in getKey() 120 return mResId; in getResId() 125 return mRes.openRawResource(mResId); in openInputStream() 133 protected int mResId; field in ResourceAsset.PackageResourceKey 137 mResId = resId; in PackageResourceKey() 170 + ",resId=" + mResId in getCacheKey()
|
D | SystemStaticAsset.java | 57 mKey = new PackageResourceKey(mRes, mResId, mResName); in getKey() 102 + ",resId=" + mResId in getCacheKey()
|
/packages/apps/TV/common/src/com/android/tv/common/feature/ |
D | ResourceConfigFeature.java | 24 private final int mResId; field in ResourceConfigFeature 28 mResId = resId; in ResourceConfigFeature() 34 return context.getResources().getBoolean(mResId); in isEnabled()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | ResourceTexture.java | 30 protected final int mResId; field in ResourceTexture 35 mResId = resId; in ResourceTexture() 44 mContext.getResources(), mResId, options); in onGetBitmap()
|
D | NinePatchTexture.java | 53 mContext.getResources(), mResId, options); in onGetBitmap() 61 throw new RuntimeException("invalid nine-patch image: " + mResId); in onGetBitmap()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/ |
D | NotificationHelperValidImportanceTest.java | 74 private final int mResId; field in NotificationHelperValidImportanceTest 79 mResId = resId; in NotificationHelperValidImportanceTest() 88 when(mSpiedContext.getString(mResId)).thenReturn(IMPORTANCE_NAME); in setContext()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | AlbumLabelMaker.java | 92 private int mResId; field in AlbumLabelMaker.LazyLoadedBitmap 95 mResId = resId; in LazyLoadedBitmap() 103 mContext.getResources(), mResId, options); in get()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | AccountSelectionUtil.java | 58 final private int mResId; field in AccountSelectionUtil.AccountSelectedListener 70 mResId = resId; in AccountSelectedListener() 83 doImport(mActivity, mResId, mAccountList.get(which), mSubscriptionId); in onClick()
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | SelectPhoneAccountDialogFragment.java | 216 private int mResId; field in SelectPhoneAccountDialogFragment.SelectAccountListAdapter 221 mResId = resource; in SelectAccountListAdapter() 234 rowView = inflater.inflate(mResId, null); in getView()
|
/packages/apps/Dialer/java/com/android/contacts/common/widget/ |
D | SelectPhoneAccountDialogFragment.java | 228 private int mResId; field in SelectPhoneAccountDialogFragment.SelectAccountListAdapter 235 mResId = resource; in SelectAccountListAdapter() 258 rowView = inflater.inflate(mResId, null); in getView()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | ImportVCardActivity.java | 116 private final int mResId; field in ImportVCardActivity.DialogDisplayer 118 mResId = resId; in DialogDisplayer() 121 mResId = R.id.dialog_error_with_message; in DialogDisplayer() 127 showDialog(mResId); in run()
|