Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DView_DefaultFocusHighlightTest.java122 final Drawable[] drawables = new Drawable[] { in testIsDefaultFocusHighlightNeeded() local
136 for (int i = 0; i < drawables.length; i++) { in testIsDefaultFocusHighlightNeeded()
137 for (int j = 0; j < drawables.length; j++) { in testIsDefaultFocusHighlightNeeded()
140 isNeeded = button.isDefaultFocusHighlightNeeded(drawables[i], drawables[j]); in testIsDefaultFocusHighlightNeeded()
145 isNeeded = button.isDefaultFocusHighlightNeeded(drawables[i], drawables[j]); in testIsDefaultFocusHighlightNeeded()
151 for (int k = 0; k < drawables.length; k++) { in testIsDefaultFocusHighlightNeeded()
152 imageView.setImageDrawable(drawables[k]); in testIsDefaultFocusHighlightNeeded()
153 for (int i = 0; i < drawables.length; i++) { in testIsDefaultFocusHighlightNeeded()
154 for (int j = 0; j < drawables.length; j++) { in testIsDefaultFocusHighlightNeeded()
157 isNeeded = imageView.isDefaultFocusHighlightNeeded(drawables[i], drawables[j]); in testIsDefaultFocusHighlightNeeded()
[all …]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DTransitionDrawableTest.java75 Drawable[] drawables = new Drawable[] { in testConstructor() local
79 new TransitionDrawable(drawables); in testConstructor()
DDefaultFocusHighlightTest.java162 final Drawable[] drawables = new Drawable[] { in testColorStateListHandledDrawable() local
215 for (Drawable drawable : drawables) { in testColorStateListHandledDrawable()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java4088 Drawable[] drawables = mTextView.getCompoundDrawables(); in testCompound() local
4089 assertNull(drawables[0]); in testCompound()
4090 assertNull(drawables[1]); in testCompound()
4091 assertNull(drawables[2]); in testCompound()
4092 assertNull(drawables[3]); in testCompound()
4101 drawables = mTextView.getCompoundDrawables(); in testCompound()
4105 ((BitmapDrawable) drawables[0]).getBitmap()); in testCompound()
4108 ((BitmapDrawable) drawables[1]).getBitmap()); in testCompound()
4111 ((BitmapDrawable) drawables[2]).getBitmap()); in testCompound()
4113 assertNull(drawables[3]); in testCompound()
[all …]