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.java113 MockDrawable dr3 = new MockDrawable(); in testIsStateFul() local
114 dr3.setStateful(false); in testIsStateFul()
115 mDrawableContainerState.addChild(dr3); in testIsStateFul()
242 MockDrawable dr3 = new MockDrawable(); in testGetOpacity() local
243 dr3.setOpacity(PixelFormat.UNKNOWN); in testGetOpacity()
244 mDrawableContainerState.addChild(dr3); in testGetOpacity()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java3563 ColorDrawable dr3 = new ColorDrawable(Color.BLUE); in testAccessCompoundDrawableTint() local
3565 mTextView.setCompoundDrawables(dr1, dr2, dr3, dr4); in testAccessCompoundDrawableTint()