Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableTest.java59 private final int mResId = R.drawable.animation_vector_drawable_grouping_1; field in AnimatedVectorDrawableTest
114 XmlPullParser parser = mResources.getXml(mResId); in testInflate()
137 saveVectorDrawableIntoPNG(mBitmap, mResId); in testInflate()
209 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testMutate()
210 AnimatedVectorDrawable d2 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testMutate()
211 AnimatedVectorDrawable d3 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testMutate()
237 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testGetOpacity()
246 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testColorFilter()
254 final AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testReset()
270 final AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testStop()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
DScreenPinningTestActivity.java232 private final int mResId; field in ScreenPinningTestActivity.Test
235 mResId = showId; in Test()
243 if (mResId == 0) { in showText()
246 show(mResId); in showText()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java49 private int mResId = -1; field in SoundPlayerObject
54 return mResId; in getCurrentResId()
116 mResId = resId; in setSoundWithResId()