Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DResourceAsset.java36 protected final int mResId; field in ResourceAsset
48 mResId = resId; in ResourceAsset()
91 mKey = new PackageResourceKey(mRes, mResId); in getKey()
107 return mResId; in getResId()
112 return mRes.openRawResource(mResId); in openInputStream()
120 protected int mResId; field in ResourceAsset.PackageResourceKey
124 mResId = resId; in PackageResourceKey()
157 + ",resId=" + mResId in getCacheKey()
DSystemStaticAsset.java40 mKey = new PackageResourceKey(mRes, mResId, mResName); in getKey()
60 + ",resId=" + mResId in getCacheKey()
/packages/apps/Settings/src/com/android/settings/accessibility/
DFloatingMenuLayerDrawable.java94 private final int mResId; field in FloatingMenuLayerDrawable.FloatingMenuLayerDrawableState
99 mResId = resId; in FloatingMenuLayerDrawableState()
106 return createLayerDrawable(mContext, mResId, mOpacity); in newDrawable()
123 return mResId == that.mResId in equals()
130 return Objects.hash(mContext, mResId, mOpacity); in hashCode()
/packages/apps/ThemePicker/src/com/google/android/apps/wallpaper/asset/
DThemeBundleThumbAsset.java35 private final int mResId; field in ThemeBundleThumbAsset
40 mResId = resId; in ThemeBundleThumbAsset()
47 LoadThumbnailTask task = new LoadThumbnailTask(mRes, mResId, mLayerResolver, receiver); in decodeBitmap()
74 private final int mResId; field in ThemeBundleThumbAsset.LoadThumbnailTask
82 mResId = resId; in LoadThumbnailTask()
87 Drawable thumb = mResources.getDrawable(mResId, null); in doInBackground()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DResourceWallpaperInfo.java16 private final int mResId; field in ResourceWallpaperInfo
21 mResId = resId; in ResourceWallpaperInfo()
28 new BitmapRegionTileSource.InputStreamSource(mResources, mResId, a); in onClick()
53 a.cropImageAndSetWallpaper(mResources, mResId, true /* shouldFadeOutOnFinish */); in onSave()
/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()