Searched refs:mInset (Results 1 – 3 of 3) sorted by relevance
39 private RectF mInset; field in RoundRectShape73 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()
115 private int mInset; field in AccessibilityFloatingMenuView554 mInset = in updateDimensions()784 final int layerInset = isNightMode ? mInset : 0; in updateInsetWith()
20292 Landroid/graphics/drawable/shapes/RoundRectShape;->mInset:Landroid/graphics/RectF;