Home
last modified time | relevance | path

Searched refs:mResId (Results 1 – 11 of 11) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DResourceAsset.java36 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()
DSystemStaticAsset.java57 mKey = new PackageResourceKey(mRes, mResId, mResName); in getKey()
102 + ",resId=" + mResId in getCacheKey()
/packages/apps/TV/common/src/com/android/tv/common/feature/
DResourceConfigFeature.java24 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/
DResourceTexture.java30 protected final int mResId; field in ResourceTexture
35 mResId = resId; in ResourceTexture()
44 mContext.getResources(), mResId, options); in onGetBitmap()
DNinePatchTexture.java53 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/
DNotificationHelperValidImportanceTest.java74 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/
DAlbumLabelMaker.java92 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/
DAccountSelectionUtil.java58 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/
DSelectPhoneAccountDialogFragment.java216 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/
DSelectPhoneAccountDialogFragment.java228 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/
DImportVCardActivity.java116 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()