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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java57 private ShapeState mShapeState;
64 this((ShapeState) null);
73 this((ShapeState) null);
78 private ShapeDrawable(ShapeState state) {
79 mShapeState = new ShapeState(state);
407 final static class ShapeState extends ConstantState { class in class:ShapeDrawable
417 ShapeState(ShapeState orig) { method in class:ShapeDrawable.ShapeState

Completed in 257 milliseconds