Searched defs:CompositeState (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DCompositeDrawable.java37 static class CompositeState extends Drawable.ConstantState { class in class:CompositeDrawable
41 CompositeState() { method in class:CompositeDrawable.CompositeState
45 CompositeState(CompositeState other, CompositeDrawable parent, Resources res) { method in class:CompositeDrawable.CompositeState
66 CompositeState mState;
70 mState = new CompositeState();
73 CompositeDrawable(CompositeState state) {
85 mState = new CompositeState(mState, this, null);

Completed in 74 milliseconds