Home
last modified time | relevance | path

Searched refs:drawable2 (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java116 Drawable drawable2 = mActivity.getDrawable(R.drawable.pass); in testAccessThumb() local
119 assertFalse(myAbsSeekBar.verifyDrawable(drawable2)); in testAccessThumb()
124 assertFalse(myAbsSeekBar.verifyDrawable(drawable2)); in testAccessThumb()
126 absSeekBar.setThumb(drawable2); in testAccessThumb()
127 assertSame(drawable2, absSeekBar.getThumb()); in testAccessThumb()
129 assertTrue(myAbsSeekBar.verifyDrawable(drawable2)); in testAccessThumb()
140 Drawable drawable2 = mActivity.getDrawable(R.drawable.black); in testAccessTickMark() local
143 assertFalse(myAbsSeekBar.verifyDrawable(drawable2)); in testAccessTickMark()
148 assertFalse(myAbsSeekBar.verifyDrawable(drawable2)); in testAccessTickMark()
150 absSeekBar.setTickMark(drawable2); in testAccessTickMark()
[all …]
DImageViewTest.java252 final PaintDrawable drawable2 = new PaintDrawable(); in testGetDrawable() local
258 assertNotSame(drawable2, mImageViewRegular.getDrawable()); in testGetDrawable()
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
DTestUtils.java38 Drawable drawable2 = icon2.loadDrawable(context); in compareIcons() local
40 assertThat(drawable2).isInstanceOf(BitmapDrawable.class); in compareIcons()
42 Bitmap bitmap2 = ((BitmapDrawable) drawable2).getBitmap(); in compareIcons()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DStateListDrawableTest.java381 ColorDrawable drawable2 = new ColorDrawable(Color.YELLOW); in testGetStateDrawableIndex() local
388 stateList.addState(stateSet2, drawable2); in testGetStateDrawableIndex()