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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java49 private InsetState mInsetState;
259 final static class InsetState extends ConstantState { class in class:InsetDrawable
271 InsetState(InsetState orig, InsetDrawable owner, Resources res) { method in class:InsetDrawable.InsetState
312 private InsetDrawable(InsetState state, Resources res) {
313 mInsetState = new InsetState(state, this, res);

Completed in 391 milliseconds