Home
last modified time | relevance | path

Searched refs:drawables (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java3018 Drawable[] drawables = mTextView.getCompoundDrawables(); in testCompound() local
3019 assertNull(drawables[0]); in testCompound()
3020 assertNull(drawables[1]); in testCompound()
3021 assertNull(drawables[2]); in testCompound()
3022 assertNull(drawables[3]); in testCompound()
3031 drawables = mTextView.getCompoundDrawables(); in testCompound()
3035 ((BitmapDrawable) drawables[0]).getBitmap()); in testCompound()
3038 ((BitmapDrawable) drawables[1]).getBitmap()); in testCompound()
3041 ((BitmapDrawable) drawables[2]).getBitmap()); in testCompound()
3043 assertNull(drawables[3]); in testCompound()
[all …]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DTransitionDrawableTest.java57 Drawable[] drawables = new Drawable[] { in testConstructor() local
61 new TransitionDrawable(drawables); in testConstructor()