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

1 2

  /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/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
ResourceWallpaperInfo.java 16 private final int mResId;
21 mResId = resId;
28 new BitmapRegionTileSource.InputStreamSource(mResources, mResId, a);
53 a.cropImageAndSetWallpaper(mResources, mResId, true /* shouldFadeOutOnFinish */);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
VectorDrawableSizeTest.java 41 private int mResId;
53 mResId = resId;
70 VectorDrawable drawable = (VectorDrawable) mResources.getDrawable(mResId, null);
AnimatedVectorDrawableTest.java 69 private final int mResId = R.drawable.animation_vector_drawable_grouping_1;
83 XmlPullParser parser = mResources.getXml(mResId);
108 DrawableTestUtils.saveAutoNamedVectorDrawableIntoPNG(mActivity, bitmap, mResId, null);
152 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId);
153 AnimatedVectorDrawable d2 = (AnimatedVectorDrawable) mResources.getDrawable(mResId);
154 AnimatedVectorDrawable d3 = (AnimatedVectorDrawable) mResources.getDrawable(mResId);
180 mResources.getDrawable(mResId).setAlpha(restoreAlpha);
187 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId);
197 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId);
206 final AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId);
    [all...]
  /frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
PathInterpolatorExceptionParameterizedTest.java 41 private int mResId;
58 mResId = resId;
70 mResId);
PathInterpolatorParameterizedTest.java 50 private int mResId;
63 mResId = resId;
79 mResId);
88 saveVectorDrawableIntoPNG(mActivity.getResources(), bitmap, mResId, "start");
122 saveVectorDrawableIntoPNG(mActivity.getResources(), bitmap, mResId, "end");
PathInterpolatorValueParameterizedTest.java 46 private int mResId;
60 mResId = resId;
71 Interpolator interpolator = AnimationUtilsCompat.loadInterpolator(mActivity, mResId);
AnimatedVectorDrawableParameterizedTest.java 56 private int mResId;
70 mResId = resId;
89 mResId);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
CursorFactoryListAdapter.java 43 private int mResId;
46 mResId = resId;
52 return inflater.inflate(mResId, parent, false);
  /frameworks/support/emoji/core/tests/java/android/support/text/emoji/util/
EmojiMatcher.java 149 private final int mResId;
157 mResId = resId;
164 if (mResId == -1) {
169 .appendValue(Integer.toHexString(mResId));
172 .appendValue(Integer.toHexString(mResId))
232 if (mResId == spans[index].getId()) {
239 if (mResId == -1 || mResId == spans[index].getId()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
IntentTile.java 209 private final int mResId;
213 mResId = resId;
220 return Objects.equals(other.mPackage, mPackage) && other.mResId == mResId;
226 return context.createPackageContext(mPackage, 0).getDrawable(mResId);
228 Log.w(TAG, "Error loading package drawable pkg=" + mPackage + " id=" + mResId, t);
235 return String.format("PackageDrawableIcon[pkg=%s,id=0x%08x]", mPackage, mResId);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
SoundPlayerObject.java 49 private int mResId = -1;
54 return mResId;
116 mResId = resId;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
ScreenPinningTestActivity.java 229 private final int mResId;
232 mResId = showId;
240 if (mResId == 0) {
243 show(mResId);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
ShortcutParser.java 46 private final int mResId;
70 mResId = resId;
76 if (mResId != 0) {
79 XmlResourceParser parser = mResources.getXml(mResId);
  /frameworks/base/core/java/android/content/res/
Resources.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountSelectionUtil.java 58 final private int mResId;
70 mResId = resId;
83 doImport(mActivity, mResId, mAccountList.get(which), mSubscriptionId);
  /packages/apps/Contacts/src/com/android/contacts/widget/
SelectPhoneAccountDialogFragment.java 216 private int mResId;
221 mResId = resource;
234 rowView = inflater.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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
QSTileImpl.java 506 protected final int mResId;
509 mResId = resId;
523 return context.getDrawable(mResId);
528 return context.getDrawable(mResId);
533 return o instanceof ResourceIcon && ((ResourceIcon) o).mResId == mResId;
538 return String.format("ResourceIcon[resId=0x%08x]", mResId);
  /packages/apps/Dialer/java/com/android/contacts/common/widget/
SelectPhoneAccountDialogFragment.java 238 private int mResId;
243 mResId = resource;
256 rowView = inflater.inflate(mResId, null);
  /packages/apps/Settings/src/com/android/settings/sim/
SimPreferenceDialog.java 192 private int mResId;
198 mResId = resource;
214 rowView = inflater.inflate(mResId, null);
SimDialogActivity.java 276 private int mResId;
285 mResId = resource;
299 rowView = inflater.inflate(mResId, null);
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 585 private final int mResId;
588 mResId = resId;
593 return getContext().getResources().getDrawable(mResId);
609 sRemoteIndicatorCache.put(mResId, remoteIndicator.getConstantState());

Completed in 990 milliseconds

1 2