Searched refs:MockConstantState (Results 1 – 2 of 2) sorted by relevance
26 MockConstantState mock = new MockConstantState(); in testNewDrawable()42 ConstantState cs = new MockConstantState(); in testCanApplyTheme()46 public static class MockConstantState extends ConstantState { class in Drawable_ConstantStateTest
94 mockDrawable.setConstantState(new MockConstantState()); in testGetConstantState()418 private class MockConstantState extends ConstantState { class in ClipDrawableTest