Home
last modified time | relevance | path

Searched refs:ShapeState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DShapeDrawable.java71 private ShapeState mShapeState;
79 this(new ShapeState(null), null); in ShapeDrawable()
88 this(new ShapeState(null), null); in ShapeDrawable()
226 final ShapeState state = mShapeState; in draw()
339 final ShapeState state = mShapeState; in onStateChange()
349 final ShapeState s = mShapeState; in isStateful()
412 final ShapeState state = mShapeState; in applyTheme()
426 final ShapeState state = mShapeState; in updateStateFromTypedArray()
521 final static class ShapeState extends ConstantState { class in ShapeDrawable
534 ShapeState(ShapeState orig) { in ShapeState() method in ShapeDrawable.ShapeState
[all …]
/frameworks/base/
Dpreloaded-classes754 android.graphics.drawable.ShapeDrawable$ShapeState