Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableContainerStateTest.java269 Drawable dr4 = spy(new ColorDrawable(Color.MAGENTA)); in testGetOpacity() local
270 doReturn(PixelFormat.TRANSLUCENT).when(dr4).getOpacity(); in testGetOpacity()
271 mDrawableContainerState.addChild(dr4); in testGetOpacity()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java5315 ColorDrawable dr4 = new ColorDrawable(Color.YELLOW); in testAccessCompoundDrawableTint() local
5316 mTextView.setCompoundDrawables(dr1, dr2, dr3, dr4); in testAccessCompoundDrawableTint()
5343 ColorDrawable dr4 = new ColorDrawable(Color.YELLOW); in testAccessCompoundDrawableTintBlendMode() local
5344 mTextView.setCompoundDrawables(dr1, dr2, dr3, dr4); in testAccessCompoundDrawableTintBlendMode()