Searched refs:dr4 (Results 1 – 2 of 2) sorted by relevance
269 Drawable dr4 = spy(new ColorDrawable(Color.MAGENTA)); in testGetOpacity() local270 doReturn(PixelFormat.TRANSLUCENT).when(dr4).getOpacity(); in testGetOpacity()271 mDrawableContainerState.addChild(dr4); in testGetOpacity()
5315 ColorDrawable dr4 = new ColorDrawable(Color.YELLOW); in testAccessCompoundDrawableTint() local5316 mTextView.setCompoundDrawables(dr1, dr2, dr3, dr4); in testAccessCompoundDrawableTint()5343 ColorDrawable dr4 = new ColorDrawable(Color.YELLOW); in testAccessCompoundDrawableTintBlendMode() local5344 mTextView.setCompoundDrawables(dr1, dr2, dr3, dr4); in testAccessCompoundDrawableTintBlendMode()