Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java49 private InsetState mInsetState; field in InsetDrawable
65 mInsetState.mDrawable = drawable; in InsetDrawable()
66 mInsetState.mInsetLeft = insetLeft; in InsetDrawable()
67 mInsetState.mInsetTop = insetTop; in InsetDrawable()
68 mInsetState.mInsetRight = insetRight; in InsetDrawable()
69 mInsetState.mInsetBottom = insetBottom; in InsetDrawable()
120 mInsetState.mDrawable = dr; in inflate()
121 mInsetState.mInsetLeft = inLeft; in inflate()
122 mInsetState.mInsetRight = inRight; in inflate()
123 mInsetState.mInsetTop = inTop; in inflate()
[all …]