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.java52 private int mResId = R.drawable.animation_vector_drawable_grouping_1; field in AnimatedVectorDrawableTest
104 XmlPullParser parser = mResources.getXml(mResId); in testInflate()
127 saveVectorDrawableIntoPNG(mBitmap, mResId); in testInflate()
167 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testMutate()
168 AnimatedVectorDrawable d2 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testMutate()
169 AnimatedVectorDrawable d3 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testMutate()
194 final AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testReset()
208 final AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testAddCallback()
227 final AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testRemoveCallback()
247 final AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testClearCallback()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
DScreenPinningTestActivity.java222 private final int mResId; field in ScreenPinningTestActivity.Test
225 mResId = showId; in Test()
233 if (mResId == 0) { in showText()
236 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()