Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
DRoundRectShape.java39 private RectF mInset; field in RoundRectShape
73 mInset = inset; in RoundRectShape()
121 mInnerRect.set(r.left + mInset.left, r.top + mInset.top, in onResize()
122 r.right - mInset.right, r.bottom - mInset.bottom); in onResize()
138 shape.mInset = new RectF(mInset); in clone()
157 && Objects.equals(mInset, that.mInset) in equals()
165 int result = Objects.hash(super.hashCode(), mInset, mInnerRect, mPath); in hashCode()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt20301 Landroid/graphics/drawable/shapes/RoundRectShape;->mInset:Landroid/graphics/RectF;