Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableContainerStateTest.java127 Drawable dr3 = spy(new ColorDrawable(Color.YELLOW)); in testIsStateful() local
128 doReturn(false).when(dr3).isStateful(); in testIsStateful()
129 mDrawableContainerState.addChild(dr3); in testIsStateful()
262 Drawable dr3 = spy(new ColorDrawable(Color.YELLOW)); in testGetOpacity() local
263 doReturn(PixelFormat.UNKNOWN).when(dr3).getOpacity(); in testGetOpacity()
264 mDrawableContainerState.addChild(dr3); in testGetOpacity()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java4432 ColorDrawable dr3 = new ColorDrawable(Color.BLUE); in testAccessCompoundDrawableTint() local
4434 mTextView.setCompoundDrawables(dr1, dr2, dr3, dr4); in testAccessCompoundDrawableTint()