Searched refs:drawables (Results 1 – 2 of 2) sorted by relevance
3018 Drawable[] drawables = mTextView.getCompoundDrawables(); in testCompound() local3019 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 …]
57 Drawable[] drawables = new Drawable[] { in testConstructor() local61 new TransitionDrawable(drawables); in testConstructor()