Searched refs:dr2 (Results 1 – 2 of 2) sorted by relevance
107 MockDrawable dr2 = new MockDrawable(); in testIsStateFul() local108 dr2.setStateful(true); in testIsStateFul()109 mDrawableContainerState.addChild(dr2); in testIsStateFul()207 MockDrawable dr2 = new MockDrawable(); in testConstantHeightsAndWidths() local208 dr2.setMinimumHeight(5); in testConstantHeightsAndWidths()209 dr2.setMinimumWidth(5); in testConstantHeightsAndWidths()210 dr2.setIntrinsicHeight(5); in testConstantHeightsAndWidths()211 dr2.setIntrinsicWidth(5); in testConstantHeightsAndWidths()212 mDrawableContainerState.addChild(dr2); in testConstantHeightsAndWidths()236 MockDrawable dr2 = new MockDrawable(); in testGetOpacity() local[all …]
3562 ColorDrawable dr2 = new ColorDrawable(Color.GREEN); in testAccessCompoundDrawableTint() local3565 mTextView.setCompoundDrawables(dr1, dr2, dr3, dr4); in testAccessCompoundDrawableTint()