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.java69 private final int mResId = R.drawable.animation_vector_drawable_grouping_1; field in AnimatedVectorDrawableTest
83 XmlPullParser parser = mResources.getXml(mResId); in testInflate()
108 DrawableTestUtils.saveAutoNamedVectorDrawableIntoPNG(mActivity, bitmap, mResId, null); in testInflate()
115 XmlPullParser parser = mResources.getXml(mResId); in testGetOpticalInsets()
163 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testMutate()
164 AnimatedVectorDrawable d2 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testMutate()
165 AnimatedVectorDrawable d3 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testMutate()
191 mResources.getDrawable(mResId).setAlpha(restoreAlpha); in testMutate()
198 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testGetOpacity()
208 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testColorFilter()
[all …]
DVectorDrawableSizeTest.java42 private int mResId; field in VectorDrawableSizeTest
54 mResId = resId; in VectorDrawableSizeTest()
71 VectorDrawable drawable = (VectorDrawable) mResources.getDrawable(mResId, null); in testVectorDrawableSize()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java60 private int mResId = -1; field in SoundPlayerObject
89 return mResId; in getCurrentResId()
301 mResId = resId; in setSoundWithResId()