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

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

Completed in 135 milliseconds