Searched refs:dr3 (Results 1 – 2 of 2) sorted by relevance
127 Drawable dr3 = spy(new ColorDrawable(Color.YELLOW)); in testIsStateful() local128 doReturn(false).when(dr3).isStateful(); in testIsStateful()129 mDrawableContainerState.addChild(dr3); in testIsStateful()262 Drawable dr3 = spy(new ColorDrawable(Color.YELLOW)); in testGetOpacity() local263 doReturn(PixelFormat.UNKNOWN).when(dr3).getOpacity(); in testGetOpacity()264 mDrawableContainerState.addChild(dr3); in testGetOpacity()
4432 ColorDrawable dr3 = new ColorDrawable(Color.BLUE); in testAccessCompoundDrawableTint() local4434 mTextView.setCompoundDrawables(dr1, dr2, dr3, dr4); in testAccessCompoundDrawableTint()