Home
last modified time | relevance | path

Searched refs:mResId (Results 1 – 4 of 4) 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()
152 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testMutate()
153 AnimatedVectorDrawable d2 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testMutate()
154 AnimatedVectorDrawable d3 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testMutate()
180 mResources.getDrawable(mResId).setAlpha(restoreAlpha); in testMutate()
187 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testGetOpacity()
197 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testColorFilter()
206 final AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testReset()
[all …]
DVectorDrawableSizeTest.java41 private int mResId; field in VectorDrawableSizeTest
53 mResId = resId; in VectorDrawableSizeTest()
70 VectorDrawable drawable = (VectorDrawable) mResources.getDrawable(mResId, null); in testVectorDrawableSize()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
DScreenPinningTestActivity.java229 private final int mResId; field in ScreenPinningTestActivity.Test
232 mResId = showId; in Test()
240 if (mResId == 0) { in showText()
243 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()